Re: ctrl mappings don't work

2013-01-11 Thread Oswald Buddenhagen
On Thu, Jan 10, 2013 at 11:04:33PM +, frank wrote:
  huh? slang/ncurses runs the tty in raw mode...
 
 Marco's issue concerns rxvt-unicode not the text console.
 
so what? man termios.
i'm not saying that it makes sense to remap ctrl-h/bs or ctrl-m/ret,
just that the offered explanation is bogus.
___
mc-devel mailing list
https://mail.gnome.org/mailman/listinfo/mc-devel


Re: ctrl mappings don't work

2013-01-11 Thread Andrew Borodin
On Thu, 10 Jan 2013 20:30:50 +0100 Oswald Buddenhagen wrote:
 huh? slang/ncurses runs the tty in raw mode, so it gets all the keys
 just fine. what is most likely happening is that mc's command prompt is
 eating those keys before they reach the keybinding dispatcher.

Ok. In xterm

when I press ctrl-h, SLang_getkey() returns 8
when I press ctrl-m, SLang_getkey() returns 13

-- 
Andrew
___
mc-devel mailing list
https://mail.gnome.org/mailman/listinfo/mc-devel