Re: [Bug-apl] Patch for cursor key "Unknown ESC sequence: ..." behavior

2014-11-03 Thread David Lamkins
Thank you. On Sat, Nov 1, 2014 at 8:36 AM, Juergen Sauermann < juergen.sauerm...@t-online.de> wrote: > Hi David, > > thanks, fixed in SVN 502. I solved it in a different way because I wasn't > sure if the > patch would have worked for all ESC sequences. > > /// Jürgen > > > On 10/29/2014 05:44

Re: [Bug-apl] Patch for cursor key "Unknown ESC sequence: ..." behavior

2014-11-01 Thread Juergen Sauermann
Hi David, thanks, fixed in SVN 502. I solved it in a different way because I wasn't sure if the patch would have worked for all ESC sequences. /// Jürgen On 10/29/2014 05:44 AM, David B. Lamkins wrote: Det

[Bug-apl] Patch for cursor key "Unknown ESC sequence: ..." behavior

2014-10-28 Thread David B. Lamkins
Details are in the attached patch file. Eliminate "Unknown ESC sequence: ..." messages caused by applying modifiers (shift, alt and ctrl) to cursor keys. Holding down a modifier key adds parameters to the cursor key escape sequence. `ESC [ x` becomes `ESC [ 1 ; # x`, where `#` depends upon the mo