commit | 29986e95a038a29b9cbd0b31befcc3330ad162da | [log] [tgz] |
---|---|---|
author | Benno Schulenberg <bensberg@justemail.net> | Sun Jul 03 13:37:48 2016 +0200 |
committer | Benno Schulenberg <bensberg@justemail.net> | Mon Jul 04 09:27:35 2016 +0200 |
tree | 126adc555caeac4f53a4d754dd072d9869cfb34e | |
parent | 4af1da7d95d64bf85a8b9ee4e1c9c69c62f69e27 [diff] |
input: don't drop the first byte when user starts typing during loading Precalculation of the multiline color data can be cut short when the user is impatient and starts typing. But this would drop the first byte of whatever was typed -- not nice when it was just plain text, but surprising and worse when the first keystroke was a command. This fixes https://savannah.gnu.org/bugs/?48388.