On 2014-07-17 23:14 +0000, C_G wrote: > Running into an issue with processes spawned by tmux; I've got "stty > -ixon" in the environment of my parent shell, Ctrl+S is not being > trapped, as expected, but the moment I run tmux, even if it only > spawns my shell, this stops being respected.
I'm not convinced that this tmux's fault. At startup the tmux client disables the flow control for the current terminal (regardless whether you did beforehand or not). But I don't think it does anything else so whenever you press ^S it is just forwarded to the tty device which is then interpreted by the kernel as the suspend command. How about putting the above command into your .bashrc? -- Balazs ------------------------------------------------------------------------------ Want fast and easy access to all the code in your enterprise? Index and search up to 200,000 lines of code with a free copy of Black Duck Code Sight - the same software that powers the world's largest code search on Ohloh, the Black Duck Open Hub! Try it now. http://p.sf.net/sfu/bds _______________________________________________ tmux-users mailing list tmux-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tmux-users