Suspend on ^Z.
authorTimo Korvola <tkorvola@iki.fi>
Tue, 20 Feb 2018 21:33:42 +0000 (23:33 +0200)
committerTimo Korvola <tkorvola@iki.fi>
Tue, 20 Feb 2018 21:33:42 +0000 (23:33 +0200)
commit07a05dcc4632de4803dab79997482a5c8fc885b0
treea741f5a45c77e516d71e4a4c7473687f6ba95a65
parent004b71843d4ff8e0d1d3fde60a2c20c5cdfc82c7
Suspend on ^Z.

In raw mode ^Z is just another character.  It is easier to
handle than in cbreak because it can be done in normal execution
without having to replace the curses SIGTSTP handler.
src/curses/ux_frotz.h
src/curses/ux_input.c
src/curses/ux_screen.c