Re: Some small Patches...

2012-03-20 Thread Nicholas Marriott
Whoops this time with the diff Index: screen-redraw.c === RCS file: /cvs/src/usr.bin/tmux/screen-redraw.c,v retrieving revision 1.21 diff -u -p -r1.21 screen-redraw.c --- screen-redraw.c 29 Jan 2012 09:37:02 - 1.21 +++ sc

Re: Some small Patches...

2012-03-20 Thread Nicholas Marriott
Here's tweaked version of your border marks diff. However, I'd be interested to know what ACS , . + - show on your terminal because here they just show themselves which looks a bit silly. What are you expecting to appear? On Sat, Mar 17, 2012 at 04:22:25PM +0100, marcel partap wrote: > Hi there

Re: Some small Patches...

2012-03-20 Thread Nicholas Marriott
Hi Ok the mouse wheel scrolling patch works ok but if you scroll up with mode-mouse on it enters copy mode. Maybe the emulation should ONLY work with shift/alt/ctrl not with no key at all? What do you think? Also I think the amount it scrolls should be the same as copy mode - they should use the

Re: Some small Patches...

2012-03-17 Thread Nicholas Marriott
Hi Thanks for these. On Sat, Mar 17, 2012 at 04:22:25PM +0100, marcel partap wrote: > Hi there fellow h4x0rz ;) > just wanted to have a comment on these, will finalize them after my exam > end of the month... > > tmux-quiet-set-option.patch: > still useful, my use case is setting option window-s

Some small Patches...

2012-03-17 Thread marcel partap
Hi there fellow h4x0rz ;) just wanted to have a comment on these, will finalize them after my exam end of the month... tmux-quiet-set-option.patch: still useful, my use case is setting option window-status-fg when splitting a window with su -l [different user] tmux-recalculate-window-size-on-mous