smol/src
Benno Schulenberg 9d232cd8af input: keep a multibyte character together during verbatim entry
When the user (unexpectedly) types a multibyte character after M-V,
put its first byte back into the keyboard buffer, so that the next
call of process_a_keystroke() will retrieve the byte sequence as a
whole, and will inject them as one character into the edit buffer.

This fixes https://savannah.gnu.org/bugs/?57804.

Bug existed since version 2.6.3, commit 08c51cfd.
2020-02-13 13:15:46 +01:00
..
Makefile.am organization: move all history-related stuff to its own file 2017-09-17 12:46:36 +02:00
browser.c tweaks: reshuffle some declarations, and expand a few variable names 2020-01-28 10:21:34 +01:00
chars.c tweaks: make two conditions more direct, and thus elide two functions 2020-02-12 11:38:33 +01:00
color.c tweaks: reshuffle some declarations, and expand a few variable names 2020-01-28 10:21:34 +01:00
cut.c pasting: retain the mark's position when it was set at the cursor 2020-01-20 10:34:27 +01:00
files.c tweaks: improve two comments 2020-02-10 17:13:12 +01:00
global.c tweaks: exclude two unneeded fragments of code from the tiny version 2020-02-05 11:41:31 +01:00
help.c tweaks: fuse two nearly identical functions into a single one 2020-01-26 16:20:37 +01:00
history.c copyright: update the years for significantly changed files 2020-01-15 12:11:56 +01:00
move.c copyright: update the years for the FSF 2020-01-15 11:42:38 +01:00
nano.c tweaks: rename two variables, and frob four comments 2020-02-12 16:20:20 +01:00
nano.h tweaks: remove the now-unused meta flag from 'keystruct' 2020-01-23 12:06:32 +01:00
prompt.c tweaks: convert integers to bytes in one place instead of two 2020-02-12 17:16:27 +01:00
proto.h tweaks: convert integers to bytes in one place instead of two 2020-02-12 17:16:27 +01:00
rcfile.c tweaks: unabbreviate the name of a variable 2020-02-09 12:02:37 +01:00
search.c copyright: update the years for significantly changed files 2020-01-15 12:11:56 +01:00
text.c tweaks: convert integers to bytes in one place instead of two 2020-02-12 17:16:27 +01:00
utils.c copyright: update the years for significantly changed files 2020-01-15 12:11:56 +01:00
winio.c input: keep a multibyte character together during verbatim entry 2020-02-13 13:15:46 +01:00