previous-entry / next-entry at one entry per key press

2012-06-10 Thread John Magolske
Hi, I have this set in my muttrc: bind pager next-line bind pager previous-line bind pager previous-entry bind pager next-entry Which works well for me, with the exception of when I accidentally press & hold down the key instead of the key and go flying through a bunch of m

Re: previous-entry / next-entry at one entry per key press

2012-06-11 Thread Cameron Simpson
On 10Jun2012 17:41, John Magolske wrote: | I have this set in my muttrc: | | bind pager next-line | bind pager previous-line | bind pager previous-entry | bind pager next-entry | | Which works well for me, with the exception of when I accidentally | press & hold down the key

Re: previous-entry / next-entry at one entry per key press

2012-06-11 Thread John Magolske
* Cameron Simpson [120611 07:20]: > On 10Jun2012 17:41, John Magolske wrote: > | [...] when I accidentally press & hold down the key > | instead of the key and go flying through a bunch of > | messages at a rate somewhat related to the keyboard repeat rate > | (which I have set very high). What

Re: previous-entry / next-entry at one entry per key press

2012-06-12 Thread Cameron Simpson
On 11Jun2012 20:37, John Magolske wrote: | * Cameron Simpson [120611 07:20]: | > On 10Jun2012 17:41, John Magolske wrote: | > | [...] when I accidentally press & hold down the key | > | instead of the key and go flying through a bunch of | > | messages at a rate somewhat related to the keyboar

Re: previous-entry / next-entry at one entry per key press

2012-06-21 Thread John Magolske
Hi, * Cameron Simpson [120611 07:20]: > ... curses delivers a bare ESC if you just tap escape, and the other > keys send ESC-blah-blah, curses distinguishes them by the delay > after a "real" ESC. In principle you could make your terminfo entry > describe some unused keystroke as having the escap

Re: previous-entry / next-entry at one entry per key press

2012-06-22 Thread Cameron Simpson
On 21Jun2012 13:24, John Magolske wrote: | Ok, I gave this a try...checking to make sure my modified terminfo | is being read: | | % TERM=$TERM-mutt | % echo $TERM | screen.linux-mutt | % infocmp $TERM | grep kMSG | il=\E[%p1%dL, il1=\E[L, ind=^J, is2=\E)0, kMSG=\EOC\

Re: previous-entry / next-entry at one entry per key press

2012-06-22 Thread John Magolske
* Cameron Simpson [120622 08:58]: > On 21Jun2012 13:24, John Magolske wrote: > | Ok, I gave this a try...checking to make sure my modified terminfo > | is being read: > | > | % TERM=$TERM-mutt > | % echo $TERM > | screen.linux-mutt > | % infocmp $TERM | grep kMSG > |