smol/src
Benno Schulenberg f7d5a82a5d search: wipe the status bar before searching again (M-W / M-Q)
So that any message that is on the status bar after the search
will be a response to this search and not some leftover.

This fixes https://savannah.gnu.org/bugs/?56737.
2019-08-10 13:11:41 +02:00
..
Makefile.am organization: move all history-related stuff to its own file 2017-09-17 12:46:36 +02:00
browser.c browser: draw a bar of spaces only where needed -- for the selected item 2019-06-25 11:25:03 +02:00
chars.c tweaks: move a general function to a better place 2019-08-09 19:24:30 +02:00
color.c tweaks: move a function to before the first one that calls it 2019-06-23 12:29:17 +02:00
cut.c tweaks: make a function name unique, to not overlap with others 2019-08-09 19:34:03 +02:00
files.c tweaks: make a function name unique, to not overlap with others 2019-08-09 19:34:03 +02:00
global.c display: clear the remainder of a row only when there actually is some 2019-06-28 20:45:47 +02:00
help.c tweaks: rename two functions, to get rid of the "mb" abbreviation 2019-06-09 19:37:56 +02:00
history.c tweaks: drop some checks that were made redundant by the previous commit 2019-05-29 19:48:42 +02:00
move.c scrolling: don't overscroll when the edit window has just one row 2019-06-26 12:55:29 +02:00
nano.c copying: do not prevent M-6 from copying emptiness into the cutbuffer 2019-07-29 19:00:22 +02:00
nano.h rcfile: fully read each included file, so all its syntaxes are seen 2019-06-14 10:49:30 +02:00
prompt.c tweaks: improve a handful of comments 2019-06-25 11:34:04 +02:00
proto.h tweaks: make a function name unique, to not overlap with others 2019-08-09 19:34:03 +02:00
rcfile.c build: fix compilation when configured with --disable-color 2019-06-17 09:59:15 +02:00
search.c search: wipe the status bar before searching again (M-W / M-Q) 2019-08-10 13:11:41 +02:00
text.c tweaks: make a function name unique, to not overlap with others 2019-08-09 19:34:03 +02:00
utils.c tweaks: rename two functions, to get rid of the "mb" abbreviation 2019-06-09 19:37:56 +02:00
winio.c display: clear the remainder of a row only when there actually is some 2019-06-28 20:45:47 +02:00