Re: [E-devel] Terminology, jump to bottom on keypress

2012-07-30 Thread Nick Hughart
On Mon, 30 Jul 2012 19:14:25 +0900 Carsten Haitzler (The Rasterman) wrote: > On Fri, 27 Jul 2012 08:52:25 -0400 Nikolas Arend > said: > > > Hi, > > > > With "Jump to bottom on keypress" active, I noticed that > > terminology would not do the jump on pressing certain keys, like > > Ctrl, Shift

Re: [E-devel] Terminology, jump to bottom on keypress

2012-07-30 Thread The Rasterman
On Fri, 27 Jul 2012 08:52:25 -0400 Nikolas Arend said: > Hi, > > With "Jump to bottom on keypress" active, I noticed that terminology > would not do the jump on pressing certain keys, like Ctrl, Shift etc, > which makes sense. But it also doesn't do that for "Arrow up/down", > which bash uses

Re: [E-devel] Terminology, jump to bottom on keypress

2012-07-27 Thread Nick Hughart
On Sat, 28 Jul 2012 10:45:25 +0900 Cedric BAIL wrote: > On Sat, Jul 28, 2012 at 6:28 AM, Nick Hughart > wrote: > > On Fri, 27 Jul 2012 20:14:11 +0200 > > Davide Andreoli wrote: > > > > I had implemented a change to only jump if the key that is pressed > > produces a character, otherwise it does

Re: [E-devel] Terminology, jump to bottom on keypress

2012-07-27 Thread Cedric BAIL
On Sat, Jul 28, 2012 at 6:28 AM, Nick Hughart wrote: > On Fri, 27 Jul 2012 20:14:11 +0200 > Davide Andreoli wrote: > > I had implemented a change to only jump if the key that is pressed > produces a character, otherwise it doesn't jump. I can possibly change > it to ignore modifier keys instead,

Re: [E-devel] Terminology, jump to bottom on keypress

2012-07-27 Thread Nikolas Arend
On 07/27/2012 05:28 PM, Nick Hughart wrote: > On Fri, 27 Jul 2012 20:14:11 +0200 > Davide Andreoli wrote: > > I had implemented a change to only jump if the key that is pressed > produces a character, otherwise it doesn't jump. I can possibly change > it to ignore modifier keys instead, but that

Re: [E-devel] Terminology, jump to bottom on keypress

2012-07-27 Thread Nick Hughart
On Fri, 27 Jul 2012 20:14:11 +0200 Davide Andreoli wrote: I had implemented a change to only jump if the key that is pressed produces a character, otherwise it doesn't jump. I can possibly change it to ignore modifier keys instead, but that is a lot of strcmp on each keypress. > 2012/7/27 Nikol

Re: [E-devel] Terminology, jump to bottom on keypress

2012-07-27 Thread Davide Andreoli
2012/7/27 Nikolas Arend : > Hi, > > With "Jump to bottom on keypress" active, I noticed that terminology > would not do the jump on pressing certain keys, like Ctrl, Shift etc, > which makes sense. But it also doesn't do that for "Arrow up/down", > which bash uses to navigate through the command hi

[E-devel] Terminology, jump to bottom on keypress

2012-07-27 Thread Nikolas Arend
Hi, With "Jump to bottom on keypress" active, I noticed that terminology would not do the jump on pressing certain keys, like Ctrl, Shift etc, which makes sense. But it also doesn't do that for "Arrow up/down", which bash uses to navigate through the command history. Is that intentional, and i