Re: Patch to make readline parse CSI keycodes properly

2009-07-28 Thread Chet Ramey
> me scribbled: > > the small patch below > > defines a function called 'skip-csi-seq' that skips over the CSI > > parameter, intermediate, and final bytes. This is assigned to "\e[". > > Since bindings for longer sequences take precedence over shorter ones, > > CSI sequences that do have functions

Re: Patch to make readline parse CSI keycodes properly

2009-07-28 Thread Andy Koppe
me scribbled: > the small patch below > defines a function called 'skip-csi-seq' that skips over the CSI > parameter, intermediate, and final bytes. This is assigned to "\e[". > Since bindings for longer sequences take precedence over shorter ones, > CSI sequences that do have functions bound to th