I've got a text based application that uses ncurses in raw mode (all keystrokes go to the application) to do some simple screen handling. The application traps ctrl-Z and does an orderly shutdown when it sees it.
This works perfectly when the application is run in putty over SSH to a Raspbian Lite Pi. It also works perfectly in a console window on a full Raspbian install. However ctrl-Z isn't seenwhen running on the local console on a Raspbian Lite Pi
Any ideas appreciated as to why this is the case and possible solutions.
Thanks