tmux/window-copy.c - copy mode scroll behaviour

2016-02-11 Thread Michal Mazurek
Hello, I know the code is now locked, but I'd like to ask for comments on the following diff. I believe that page-up and halfpage-up should have the same effect as running scroll-up (^Y) the equivalent number of times. There are two differences: - with line select active ('V' by default)

Re: tmux/window-copy.c - copy mode scroll behaviour

2016-02-11 Thread Michal Mazurek
On 20:24:02, 11.02.16, Nicholas Marriott wrote: > Hi > > On Thu, Feb 11, 2016 at 08:05:54PM +0100, Michal Mazurek wrote: > > Hello, > > > > I know the code is now locked, but I'd like to ask for comments on the > > following diff. > > > > I believe that page-up and halfpage-up should have the

Re: tmux/window-copy.c - copy mode scroll behaviour

2016-02-11 Thread Nicholas Marriott
Hi On Thu, Feb 11, 2016 at 08:05:54PM +0100, Michal Mazurek wrote: > Hello, > > I know the code is now locked, but I'd like to ask for comments on the > following diff. > > I believe that page-up and halfpage-up should have the same effect as > running scroll-up (^Y) the equivalent number of