[haskeline] #102: Haskeline does not recognize
haskeline
haskeline at projects.haskell.org
Tue Dec 8 03:48:43 EST 2009
#102: Haskeline does not recognize
-------------------+--------------------------------------------------------
Reporter: josh | Owner:
Type: defect | Status: new
Priority: major | Milestone:
Version: | Resolution:
Keywords: |
-------------------+--------------------------------------------------------
Comment (by josh):
Argh, that didn't come through correctly. Trying it again, with better
wiki-fu:
First, key sequences that haskeline doesn't recognize:
{{{
keyseq: "\ESCOH" home
keyseq: "\ESCOF" end
keyseq: "\ESC[3~" delete
keyseq: "\ESC[1;5A" ctrl-up
keyseq: "\ESC[1;5B" ctrl-down
keyseq: "\ESC[1;5C" ctrl-right
keyseq: "\ESC[1;5D" ctrl-left
}}}
Second, bindings that haskeline doesn't recognize:
{{{
bind: ctrl-p up
bind: ctrl-n down
}}}
(Also ctrl-y for yank, but I haven't found that one yet.)
And third, bindings that readline doesn't have by default, but many
distributions and users add to readline and thus allow in all readline-
using apps:
{{{
bind: ctrl-left meta-b
bind: ctrl-right meta-f
}}}
--
Ticket URL: <http://trac.haskell.org/haskeline/ticket/102#comment:1>
haskeline <http://example.org/>
My example project
More information about the Haskeline
mailing list