Re: [9fans] Chords, ^, _, ^B and scroll with mouse wheel in p9p sam

2016-05-27 Thread Kurt H Maier
On Fri, May 27, 2016 at 11:16:07PM +0100, Ethan Grammatikidis wrote: > The one guy who loves this feature uses that IBM > mouse with a trackpoint instead of a scroll wheel. There are two of us. khm

Re: [9fans] Chords, ^, _, ^B and scroll with mouse wheel in p9p sam

2016-05-27 Thread stanley lieber
The intended convention is for the scrollwheel to behave similar to clicking inside the scrollbar. It is unclear how to fix mousing for users who don't want to keep track of where the mouse pointer is. sl

Re: [9fans] Chords, ^, _, ^B and scroll with mouse wheel in p9p sam

2016-05-27 Thread Ethan Grammatikidis
On Fri, May 27, 2016, at 09:57 PM, Mark Lee Smith wrote: > Thanks for sharing this! I'd already backported a few of the features, > but I hadn't yet got around to looking at the chording code etc. It's > great to have selection working! I'm not sure if I did something wrong > (I've checked the

Re: [9fans] Chords, ^, _, ^B and scroll with mouse wheel in p9p sam

2016-05-27 Thread Tobias Kreisel
Scrolling does not get stuck for me – however it is way too fast to be useful (using plan9port and the trackpad of my MacBook Air). Is there a way to slow it down? Regards, Tobias > Am 27.05.2016 um 22:57 schrieb Mark Lee Smith : > > Thanks for sharing this! I'd already

Re: [9fans] Chords, ^, _, ^B and scroll with mouse wheel in p9p sam

2016-05-27 Thread Mark Lee Smith
Thanks for sharing this! I'd already backported a few of the features, but I hadn't yet got around to looking at the chording code etc. It's great to have selection working! I'm not sure if I did something wrong (I've checked the changes a few times) but scrolling only works "sometimes", mostly it

Re: [9fans] Chords, ^, _, ^B and scroll with mouse wheel in p9p sam

2016-05-27 Thread trebol55555
I did that before, and I don't know why but It didn't work. Then after reading your mail I gave it a try again, and its working!

Re: [9fans] Chords, ^, _, ^B and scroll with mouse wheel in p9p sam

2016-05-27 Thread Mark Lee Smith
I modified my local copy of sam to start the plumber AND the name pipe. I've been using this for almost a week and it seems to work like a charm. This is with sam from plan9port. The relevant change as a pseudo-diff: (I've been playing with a number of other changes that showed up in the diff so

[9fans] Chords, ^, _, ^B and scroll with mouse wheel in p9p sam

2016-05-27 Thread trebol55555
flselect() must be changed in samterm/flayer.c to get the double click selection working ok. Anyone has hacked sam to use both the plumber and the pipe? trebol. diff -rpuN src/cmd/sam/cmd.c sam/cmd.c --- src/cmd/sam/cmd.c 2016-04-18 19:07:22.0 +0100 +++ sam/cmd.c 2016-05-25