Display C-@ as C-Space in lsk

2010-06-05 Thread Micah Cowan
This patch causes bindings of C-Space (really C-@) to display as C-Space, per Nicholas's request. Testing: verified that bindings of C-@ and C-M-@ show up as C-Space and C-M-Space, and that binding @ remains as @. Note: I committed the patch that fixed the binding of C-Space directly, because its

Re: Display C-@ as C-Space in lsk

2010-06-05 Thread Nicholas Marriott
Hi Maybe we can generate the mask key defines as ~(KEYC_ESCAPE|...)? Otherwise looks fine. We should use these masks elsewhere probably (window-copy.c?). On Sat, Jun 05, 2010 at 12:16:17AM -0700, Micah Cowan wrote: > This patch causes bindings of C-Space (really C-@) to display as > C-Space, p

Re: Regarding the window-tmux redraw issue

2010-06-05 Thread Nicholas Marriott
Committed to OpenBSD, should be in SF later sometime, not sure exactly when. Thanks for report/testing. On Fri, Jun 04, 2010 at 01:48:58AM +0530, Raghavendra D Prabhu wrote: > Hi, > The patches work fine. The issue is fixed with it. Thanks for the patch. > > On Wed, Jun 02, 2010 at 11:01:30PM +