If you want to stop ctrl-s and ctrl-q working at all, put this in your .profile (or.bash_profile or whatever you use):
stty -ixon -ixoff
You can also run "stty -a" to see a list of control characters that your terminal supports.
[webmaster edit: s/ion/in/]
More information about formatting options
Powered by Drupal - Design by artinet
If you want to stop ctrl-s
If you want to stop ctrl-s and ctrl-q working at all, put this in your .profile (or.bash_profile or whatever you use):
stty -ixon -ixoff
You can also run "stty -a" to see a list of control characters that your terminal supports.
[webmaster edit: s/ion/in/]