Re: Mouse scroll in Less

2013-12-10 Thread Nicholas Marriott
It's TODO file in git On Tue, Dec 10, 2013 at 11:58:27AM +, Paul Gideon Dann wrote: >I'm just wondering if the todo list is somewhere public, or is it a >private todo list?* I'm keen to make sure it doesn't get buried.* If it's >unlikely to get looked at soon, I might be able to fi

Re: Mouse scroll in Less

2013-12-10 Thread Paul Gideon Dann
I'm just wondering if the todo list is somewhere public, or is it a private todo list? I'm keen to make sure it doesn't get buried. If it's unlikely to get looked at soon, I might be able to find some time to look implementing it myself, if you could point me in the right direction in the codebas

Re: Mouse scroll in Less

2013-11-28 Thread Tim Allen
(apologies for not replying to the original thread; I hadn't subscribed to the list when I saw the thread scroll by) On Tuesday 19 Nov 2013 00:03:58 Nicholas Marriott wrote: > As far as I'm aware konsole is the only one that does this. Possibly > gnome-terminal, certainly not xterm which is pretty

Re: Mouse scroll in Less

2013-11-19 Thread Nicholas Marriott
I'll put it on the todo list. On Tue, Nov 19, 2013 at 10:02:38AM +, Paul Gideon Dann wrote: >On Tuesday 19 Nov 2013 00:03:58 Nicholas Marriott wrote: > >> As far as I'm aware konsole is the only one that does this. Possibly > >> gnome-terminal, certainly not xterm which is pretty

Re: Mouse scroll in Less

2013-11-19 Thread Paul Gideon Dann
On Tuesday 19 Nov 2013 00:03:58 Nicholas Marriott wrote: > As far as I'm aware konsole is the only one that does this. Possibly > gnome-terminal, certainly not xterm which is pretty much the standard > terminal now. > > So I'd say it's more unexpected than expected. Still, I don't see any > harm i

Re: Mouse scroll in Less

2013-11-18 Thread Nicholas Marriott
As far as I'm aware konsole is the only one that does this. Possibly gnome-terminal, certainly not xterm which is pretty much the standard terminal now. So I'd say it's more unexpected than expected. Still, I don't see any harm in it - all the mouse stuff in tmux defaults to off anyway. It would

Re: Mouse scroll in Less

2013-11-18 Thread Paul Gideon Dann
On Monday 18 Nov 2013 15:35:20 Nicholas Marriott wrote: > Lines are not added to history in alternate screen but in tmux existing > history is still available. But I don't think it is a big issue for the > scroll wheel not to enter copy mode in alternate screen mode. Oh yes; I see that if I enter

Re: Mouse scroll in Less

2013-11-18 Thread Nicholas Marriott
Lines are not added to history in alternate screen but in tmux existing history is still available. But I don't think it is a big issue for the scroll wheel not to enter copy mode in alternate screen mode. On Mon, Nov 18, 2013 at 02:12:09PM +, Paul Gideon Dann wrote: >On Monday 18 Nov 20

Re: Mouse scroll in Less

2013-11-18 Thread Paul Gideon Dann
On Monday 18 Nov 2013 13:56:41 Nicholas Marriott wrote: > tmux can either send arrow keys for the mouse wheel or it can enter copy > mode, not both. If it decides using whatever heuristic that it should > send arrow keys, then that stops it entering copy mode. > > If there is no history at all the

Re: Mouse scroll in Less

2013-11-18 Thread Nicholas Marriott
tmux can either send arrow keys for the mouse wheel or it can enter copy mode, not both. If it decides using whatever heuristic that it should send arrow keys, then that stops it entering copy mode. If there is no history at all then that's irrelevant and it'd work fine. On Mon, Nov 18, 2013 at

Re: Mouse scroll in Less

2013-11-18 Thread Paul Gideon Dann
On Monday 18 Nov 2013 12:44:27 Nicholas Marriott wrote: > Probably it guesses you want the mouse to send arrow keys when the > terminal is in alternate screen, try doing > > tput smcup > > and see if that makes konsole send them to cat -v. > > tmux could do this but then mouse wouldn't work

Re: Mouse scroll in Less

2013-11-18 Thread Nicholas Marriott
Probably it guesses you want the mouse to send arrow keys when the terminal is in alternate screen, try doing tput smcup and see if that makes konsole send them to cat -v. tmux could do this but then mouse wouldn't work for copy mode in any full-screen applications. On Mon, Nov 18, 2013 a