mirror of git://git.sv.gnu.org/nano.git
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:
parent
1be0285832
commit
3cae32390d
|
@ -1213,6 +1213,7 @@ RETSIGTYPE do_suspend(int signal)
|
||||||
|
|
||||||
/* Move the cursor to the last line of the screen. */
|
/* Move the cursor to the last line of the screen. */
|
||||||
move(LINES - 1, 0);
|
move(LINES - 1, 0);
|
||||||
|
curs_set(1);
|
||||||
endwin();
|
endwin();
|
||||||
|
|
||||||
/* Display our helpful message. */
|
/* Display our helpful message. */
|
||||||
|
|
Loading…
Reference in New Issue