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 +

Re: Regarding the window-tmux redraw issue

2010-06-03 Thread Raghavendra D Prabhu
Hi, The patches work fine. The issue is fixed with it. Thanks for the patch. On Wed, Jun 02, 2010 at 11:01:30PM +0100, Nicholas Marriott wrote: >Please try this which should fix it (includes the part I already sent to >you so start from a clean tree). > >I'm not sure sending a resize message after

Re: Regarding the window-tmux redraw issue

2010-06-02 Thread Nicholas Marriott
Please try this which should fix it (includes the part I already sent to you so start from a clean tree). I'm not sure sending a resize message after the client attaches is the best solution, and I can't actually hit the race there, although I'm pretty certain it exists. Can't see anywhere else to

Regarding the window-tmux redraw issue

2010-06-02 Thread Raghavendra D Prabhu
Hi, I faced a issue of tmux not recognising the window dimensions correctly in xterm. Nicholas suggested in #tmux to add client_write_server(MSG_RESIZE, NULL, 0); in client.c(CVS head) .. That seemed to have solved the dimensions problem. But the window still does not get redrawn. Only doing pr