smol/src
Benno Schulenberg aa257ef58e display: restore the ability to resize the screen while searching
This ability was lost in commit 92298349 from two hours ago, which
bypasses the keystroke buffer and its integrated screen resizing.

This new implementation is better than it was before, because it
responds almost instantly to a resize instead of with a delay of
up to a second.
2020-08-20 10:31:58 +02:00
..
Makefile.am build: fix the Makefile after two header files were renamed 2020-06-25 21:11:26 +02:00
browser.c tweaks: remove an unneeded cursor movement, and rename a variable 2020-07-05 19:29:05 +02:00
chars.c tweaks: normalize the indentation after the previous change 2020-07-20 19:46:27 +02:00
color.c tweaks: rename two header files, to be distinct and not an abbreviation 2020-06-20 12:09:31 +02:00
cut.c tweaks: move a function to the file where it is used the most 2020-07-19 10:43:26 +02:00
definitions.h options: add -O/--bookstyle to make leading whitespace mean new paragraph 2020-06-27 11:12:21 +02:00
files.c tweaks: condense two declarations 2020-08-19 16:52:28 +02:00
global.c bindings: make <Alt+Backspace> delete a word backwards, like in Bash 2020-07-31 18:52:51 +02:00
help.c help: list again the keystroke for toggling the help lines (M-X) 2020-07-30 10:23:35 +02:00
history.c history: take into account that statting a file can fail too 2020-06-30 10:53:28 +02:00
move.c moving: make <Ctrl+Up> go to the top when above the cursor all is blank 2020-08-09 16:57:25 +02:00
nano.c input: hold on to a shift-selected region when an unbound key is struck 2020-08-19 08:36:00 +02:00
prompt.c verbatim: do not report "Invalid code" when the terminal is resized 2020-08-10 11:42:09 +02:00
prototypes.h tweaks: remove a variable and two functions that have become redundant 2020-08-20 09:17:48 +02:00
rcfile.c rcfile: make sure that "bright"/"light" are prefixes, not separate words 2020-08-19 16:18:29 +02:00
search.c display: restore the ability to resize the screen while searching 2020-08-20 10:31:58 +02:00
text.c build: fix compilation for --enable-tiny --enable-nanorc --enable-color 2020-08-11 20:10:40 +02:00
utils.c softwrap: initialize the 'extrarows' value for the magic line correctly 2020-08-04 09:40:25 +02:00
winio.c tweaks: remove a variable and two functions that have become redundant 2020-08-20 09:17:48 +02:00