smol/src
Benno Schulenberg 36e3284979 help: ensure there is a blank line between title bar and start of text
In olden times, each help text started with a title line in the text
window followed by a blank line.  But since version 2.8.2, since the
help texts have become almost regular buffers (and thus searchable),
the title of the help text is in the title bar, and since version 4.0,
since --morespace became the default, the text will start immediately
below it.  But a title line immediately followed by text, without a
blank line between them, does not look nice.  So, add such a blank
line back when not using --emptyline (and also when using --minibar,
because the top of the terminal window is like a title bar).
2021-10-15 11:29:44 +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 tweaks: rename three variables, to follow the general scheme 2021-09-20 10:08:56 +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: condense the definitions of all the empty functions 2021-10-11 11:21:31 +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 copyright: update the years for the FSF 2021-01-11 14:22:51 +01:00
nano.c tweaks: use five symbolic names, to make eight function calls clearer 2021-09-29 15:35:18 +02:00
prompt.c tweaks: reshuffle two conditions, re-indent, and rewrap a line 2021-10-10 11:55:15 +02:00
prototypes.h history: process file faster by not filtering out hypothetical duplicates 2021-10-14 09:58:07 +02:00
rcfile.c tweaks: reassign a copy of a string to a variable more economically 2021-10-12 09:33:08 +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: change 'return ++var;' to 'return var + 1;' 2021-10-02 17:41:03 +02:00
utils.c tweaks: change 'return ++var;' to 'return var + 1;' 2021-10-02 17:41:03 +02:00
winio.c memory: avoid leaking the filename when dottifying it on the minibar 2021-10-12 12:49:08 +02:00