disable xon/xoff flow control in rxvt
How do I disable xon/xoff flow control in rxvt by default? I don't want to have to use "stty -ixon" in .bashrc because my WM runs console apps without executing .bashrc first. Basically I want the ^S and ^Q available for programs like vim, and I also don't like ^S freezing up my display.
|