display: show the cursor during suspension also when built with Slang

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

Bug existed since version 2.9.0.
This commit is contained in:
Benno Schulenberg 2020-01-03 12:08:27 +01:00
parent 1be0285832
commit 3cae32390d
1 changed files with 1 additions and 0 deletions

View File

@ -1213,6 +1213,7 @@ RETSIGTYPE do_suspend(int signal)
/* Move the cursor to the last line of the screen. */
move(LINES - 1, 0);
curs_set(1);
endwin();
/* Display our helpful message. */