Tagged Questions
7
votes
1answer
323 views
Interrupt sequence CTRL+C does not work for user
In any terminal operating under GNOME, if I press Ctrl+C, I only see a question mark. Same goes for Ctrl+Z. The output of stty -a | grep intr is:
intr = ^C; quit = ^\; erase = ^?; kill = ^U; eof = ...