smol/src
Benno Schulenberg 8762e04631 replacing: keep the spotlighting, also after toggling the help lines
The spotlighting should only be dropped when in the main menu, like in
the code thirty lines up, where 'timed' became TRUE only for MMAIN.

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

Bug existed since version 5.8, commit 3f340836.
2021-10-29 10:28:00 +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 history: process file faster by not filtering out hypothetical duplicates 2021-10-14 09:58:07 +02: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 pasting: when less than a line is pasted, allow automatic hard-wrapping 2021-10-27 16:42:07 +02:00
definitions.h history: process file faster by not filtering out hypothetical duplicates 2021-10-14 09:58:07 +02:00
files.c history: process file faster by not filtering out hypothetical duplicates 2021-10-14 09:58:07 +02:00
global.c tweaks: rename a function, to describe better what it does nowadays 2021-10-22 11:50:04 +02:00
help.c help: ensure there is a blank line between title bar and start of text 2021-10-15 11:29:44 +02: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 tweaks: just let do_wrap() set 'refresh_needed' instead of returning TRUE 2021-10-21 11:58:43 +02:00
prompt.c replacing: keep centering the occurrence, also after toggling help lines 2021-10-29 09:35:38 +02:00
prototypes.h tweaks: elide two parameters, as they are now always the same 2021-10-27 16:30:23 +02:00
rcfile.c tweaks: rename a function, to describe better what it does nowadays 2021-10-22 11:50:04 +02:00
search.c history: process file faster by not filtering out hypothetical duplicates 2021-10-14 09:58:07 +02:00
text.c tweaks: elide two parameters, as they are now always the same 2021-10-27 16:30:23 +02:00
utils.c tweaks: change 'return ++var;' to 'return var + 1;' 2021-10-02 17:41:03 +02:00
winio.c replacing: keep the spotlighting, also after toggling the help lines 2021-10-29 10:28:00 +02:00