smol/src
Benno Schulenberg 7303f0c7b4 search: show "This is the only occurrence" also on a one-row terminal
That is: call edit_refresh() right away, to prevent the edit_refresh()
in the main loop from overwriting the status-bar message.

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

Bug existed since version 5.6, commit 76742cc1.
2021-05-05 10:36:18 +02:00
..
Makefile.am build: avoid a warning about duplicate symbol when building from tarball 2021-02-02 11:39:26 +01:00
browser.c copyright: update the years for the FSF 2021-01-11 14:22:51 +01:00
chars.c chars: work around the wrong private-use-character widths on OpenBSD 2021-04-20 11:13:08 +02:00
color.c oops: that doesn't work -- you can't break out of two for loops at once 2021-04-24 13:56:36 +02:00
cut.c tweaks: avoid calling extra_chunks_in() when not softwrapping 2021-04-22 12:19:09 +02:00
definitions.h startup: save the compiled file-matching regexes, to avoid recompiling 2021-04-24 10:54:04 +02:00
files.c minibar: stay out of sight when the terminal has just one row 2021-05-03 15:52:15 +02:00
global.c copyright: update the years for the FSF 2021-01-11 14:22:51 +01:00
help.c search: just highlight the found occurrence, instead of marking it 2021-02-07 09:18:15 +01:00
history.c copyright: update the years for the FSF 2021-01-11 14:22:51 +01:00
move.c copyright: update the years for the FSF 2021-01-11 14:22:51 +01:00
nano.c minibar: stay out of sight when the terminal has just one row 2021-05-03 15:52:15 +02:00
prompt.c build: include a workaround only for versions of ncurses that need it 2021-02-21 12:00:28 +01:00
prototypes.h softwrap: avoid time-consuming computations, to burden large files less 2021-04-21 16:40:20 +02:00
rcfile.c startup: save the compiled file-matching regexes, to avoid recompiling 2021-04-24 10:54:04 +02:00
search.c search: show "This is the only occurrence" also on a one-row terminal 2021-05-05 10:36:18 +02:00
text.c softwrap: avoid time-consuming computations, to burden large files less 2021-04-21 16:40:20 +02:00
utils.c softwrap: avoid time-consuming computations, to burden large files less 2021-04-21 16:40:20 +02:00
winio.c minibar: stay out of sight when the terminal has just one row 2021-05-03 15:52:15 +02:00