1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-02-02 15:09:23 -05:00
Kalle Olavi Niemitalo 462607416c terminal: Read modifiers from the first UTF-8 byte, not the last.
Previously, ELinks used to silently discard the Alt modifier from
Alt-ö keystrokes when UTF-8 I/O was enabled.  Now, separate actions
can be bound to ö and Alt-ö.

However, if CONFIG_UTF_8 is defined, then actions cannot be bound to
non-ASCII characters, regardless of modifiers.  This is because the
code that handles names of keystrokes assumes a character can only be
a single byte.  This commit does not change that.
2006-08-06 20:51:49 +00:00
..
2006-07-27 09:51:10 +02:00
2006-07-27 09:51:10 +02:00
2005-10-21 09:14:07 +02:00
2005-10-21 09:14:07 +02:00
2005-10-20 04:00:35 +02:00
2005-10-21 09:14:07 +02:00
2006-07-27 09:51:10 +02:00
2006-05-20 15:01:24 +00:00
2006-01-16 19:28:03 +00:00
2006-05-20 15:01:24 +00:00