mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
1ba7d5a260
src/config/kbdbind.c (parse_keystroke): If the user types "Ctrl-i", it should mean "Ctrl-I" rather than "Ctrl-İ", because the Ctrl- combinations are only well known for ASCII characters. This does not matter in practice though, because src/terminal/kbd.c converts 0x09 to (KBD_MOD_NONE, KBD_TAB) and not to (KBD_MOD_CTRL, 'I'). src/osdep/beos/beos.c (get_system_env): Changing the locale does not affect the TERM environment variable, I think, so it should not affect the interpretation either. |
||
---|---|---|
.. | ||
beos.c | ||
beos.h | ||
Makefile | ||
overrides.c | ||
overrides.h | ||
sysinfo.h |