smol/src
Benno Schulenberg 312bcebf44 files: do not try writing to the status bar while not in curses mode
Between an endwin() and a doupdate() there should be no calls of
statusline() or statusbar() -- these two functions may be called
only when in curses mode.

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

Bug existed since version 4.3, commit 57390cff.
2020-08-02 10:29:29 +02:00
..
Makefile.am build: fix the Makefile after two header files were renamed 2020-06-25 21:11:26 +02:00
browser.c tweaks: remove an unneeded cursor movement, and rename a variable 2020-07-05 19:29:05 +02:00
chars.c tweaks: normalize the indentation after the previous change 2020-07-20 19:46:27 +02:00
color.c tweaks: rename two header files, to be distinct and not an abbreviation 2020-06-20 12:09:31 +02:00
cut.c tweaks: move a function to the file where it is used the most 2020-07-19 10:43:26 +02:00
definitions.h options: add -O/--bookstyle to make leading whitespace mean new paragraph 2020-06-27 11:12:21 +02:00
files.c files: do not try writing to the status bar while not in curses mode 2020-08-02 10:29:29 +02:00
global.c bindings: make <Alt+Backspace> delete a word backwards, like in Bash 2020-07-31 18:52:51 +02:00
help.c help: list again the keystroke for toggling the help lines (M-X) 2020-07-30 10:23:35 +02:00
history.c history: take into account that statting a file can fail too 2020-06-30 10:53:28 +02:00
move.c scrolling: add a function and a key binding to center the cursor line 2020-07-02 11:11:44 +02:00
nano.c build: replace the non-standard backslash escape "\e" with "\x1B" 2020-07-22 09:17:57 +02:00
prompt.c verbatim: show an error message when an invalid Unicode code is entered 2020-07-06 16:47:23 +02:00
prototypes.h tweaks: handle two similar things in the same way 2020-07-26 11:51:34 +02:00
rcfile.c rcfile: rename bindable function 'curpos' to 'location' 2020-07-05 11:05:45 +02:00
search.c tweaks: handle two similar things in the same way 2020-07-26 11:51:34 +02:00
text.c speller: give proper feedback when the user tries to check emptiness 2020-08-01 20:57:23 +02:00
utils.c tweaks: rename two header files, to be distinct and not an abbreviation 2020-06-20 12:09:31 +02:00
winio.c bindings: make <Alt+Backspace> delete a word backwards, like in Bash 2020-07-31 18:52:51 +02:00