smol/src
Benno Schulenberg a2a00577cd search: with --zero, do not obscure an occurrence on the bottom row
If there is a status-bar message and the cursor happens to be on the
bottom row of the screen (in hidden-interface mode), then scroll the
viewport one row down, to keep the cursor in view.

This addresses the second issue mentioned in commit 03637030.

(The issue was rereported in https://savannah.gnu.org/bugs/?61464.)
2021-11-15 10:44:06 +01:00
..
Makefile.am build: avoid a warning about duplicate symbol when building from tarball 2021-02-02 11:39:26 +01:00
browser.c browser: with --zero, do not use the bottom row for displaying filenames 2021-11-15 10:44:06 +01:00
chars.c copyright: update to the current year for significantly changed files 2021-09-24 11:01:41 +02:00
color.c copyright: update to the current year for significantly changed files 2021-09-24 11:01:41 +02:00
cut.c build: fix compilation with --enable-tiny --enable-wrapping 2021-11-10 09:07:23 +01:00
definitions.h new feature: option --zero for an interface without bars 2021-11-09 11:50:40 +01:00
files.c new feature: option --zero for an interface without bars 2021-11-09 11:50:40 +01:00
global.c bindings: let ^T in the tiny version invoke spell checker (when included) 2021-11-10 16:42:51 +01:00
help.c tweaks: remove two unneeded unsettings 2021-11-10 16:05:40 +01:00
history.c history: process file faster by not filtering out hypothetical duplicates 2021-10-14 09:58:07 +02:00
move.c tweaks: elide two parameters, as they are now always the same 2021-10-27 16:30:23 +02:00
nano.c search: with --zero, do not obscure an occurrence on the bottom row 2021-11-15 10:44:06 +01:00
prompt.c tweaks: rename two functions, to get rid of the senseless suffix of one 2021-11-08 16:16:35 +01:00
prototypes.h tweaks: rename three functions, to better fit the general scheme 2021-11-09 10:39:31 +01:00
rcfile.c new feature: option --zero for an interface without bars 2021-11-09 11:50:40 +01:00
search.c tweaks: rename two more functions, to lose a senseless suffix 2021-11-09 10:18:03 +01:00
text.c tweaks: rename two functions, to get rid of another senseless suffix 2021-11-08 16:41:44 +01:00
utils.c tweaks: change 'return ++var;' to 'return var + 1;' 2021-10-02 17:41:03 +02:00
winio.c tweaks: shorten two comments, and fold two statements together 2021-11-11 16:06:43 +01:00