Re: Backspace doesn't work in filename search (C-s) in xterm
- From: Pavel Roskin <proski gnu org>
- To: "Andrew V. Samoilov" <sav bcs zp ua>
- Cc: GNU Midnight Commander Development team <mc-devel gnome org>
- Subject: Re: Backspace doesn't work in filename search (C-s) in xterm
- Date: Mon, 10 Mar 2003 15:38:33 -0500 (EST)
Hello!
> > Also M-Backspace works now as simple Backspace in command line in xterm
> > instead of previous word deleting as before.
>
> to the table. We need to find a better way to detect backspace.
Done. correct_key_code() in key.c converts Ctrl-h and '\0177' to
Backspace and Ctrl-d to Delete. This is done after the screen library and
the key table (i.e. Learn Keys), so the standard terminal settings and the
users preferences are fully respected.
Ctrl-h, Ctrl-d and '\0177' have been removed from other parts of the code.
ALT(XCTRL('h')) is now replaced by ALT(KEY_BACKSPACE).
--
Regards,
Pavel Roskin
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]