smol/src
Benno Schulenberg 7f8851caa8 statusbar: show only the first error message, with dots to indicate more
The old default behavior of showing the first three messages with a
long pause after each of them was annoying, and the final "Further
messages were suppressed" hid the relevant information.  So, when
there is more than one error message, just pause very briefly and
then add trailing dots to the first message.

This makes the 'nopauses' option a no-op.

This addresses https://savannah.gnu.org/bugs/?57048.
2019-10-15 11:17:20 +02:00
..
Makefile.am organization: move all history-related stuff to its own file 2017-09-17 12:46:36 +02:00
browser.c build: slightly speed up the compilation of the tiny version 2019-10-13 18:55:49 +02:00
chars.c tweaks: move a function to before its callers and next to its kind 2019-10-03 11:24:01 +02:00
color.c build: slightly speed up the compilation of the tiny version 2019-10-13 18:55:49 +02:00
cut.c tweaks: pass any special undo/redo messages to the add_undo() function 2019-10-09 19:21:27 +02:00
files.c restored feature: a per-syntax 'fixer' command that processes the buffer 2019-10-14 10:28:45 +02:00
global.c restored feature: a per-syntax 'fixer' command that processes the buffer 2019-10-14 10:28:45 +02:00
help.c build: slightly speed up the compilation of the tiny version 2019-10-13 18:55:49 +02:00
history.c build: slightly speed up the compilation of the tiny version 2019-10-13 18:55:49 +02:00
move.c tweaks: rewrap a line, reshuffle a declaration, and improve some comments 2019-10-03 17:22:55 +02:00
nano.c tweaks: add a helper function without the ubiquitous NULL argument 2019-10-13 12:24:27 +02:00
nano.h restored feature: a per-syntax 'fixer' command that processes the buffer 2019-10-14 10:28:45 +02:00
prompt.c tweaks: remove two superfluous macros, as sizeof(char) is always 1 2019-09-18 15:20:08 +02:00
proto.h restored feature: a per-syntax 'fixer' command that processes the buffer 2019-10-14 10:28:45 +02:00
rcfile.c restored feature: a per-syntax 'fixer' command that processes the buffer 2019-10-14 10:28:45 +02:00
search.c tweaks: add a helper function without the ubiquitous NULL argument 2019-10-13 12:24:27 +02:00
text.c tweaks: elide a variable, and add a condition to elide an assignment 2019-10-14 10:28:45 +02:00
utils.c tweaks: condense two comments, and rename two parameters 2019-10-13 16:45:02 +02:00
winio.c statusbar: show only the first error message, with dots to indicate more 2019-10-15 11:17:20 +02:00