Hi, just tried lem with the ncurses frontend on a debian linux box, using both urxvt, st and gnome-terminal terminals.
Not sure about this issue, since nobody seems to notice the following problem:
every time I insert a key sequence containing escape, or just typing the escape character results in a message:
Key not found: Escape
Also Ctrl- and others, which should be translated as (common lisp characters): #\Esc #[ #\1 #; #\5 #\D fails, printing just #[ #\1 #; #\5 #\D (escape char seem to be ignored)
Am I the only one experimenting this issue?
Hi, just tried lem with the ncurses frontend on a debian linux box, using both urxvt, st and gnome-terminal terminals.
Not sure about this issue, since nobody seems to notice the following problem:
every time I insert a key sequence containing escape, or just typing the escape character results in a message:
Key not found: Escape
Also Ctrl- and others, which should be translated as (common lisp characters): #\Esc #[ #\1 #; #\5 #\D fails, printing just #[ #\1 #; #\5 #\D (escape char seem to be ignored)
Am I the only one experimenting this issue?