Marco wrote:
> On 2013–05–14 Nicholas Marriott wrote:
>> Surely vim should be turning off flow control itself though?
>
> As Frank already pointed out, it happens with all applications.

To be fair, there are applications that do the right thing. The terminal
version of emacs for example.

You could create a wrapper script like this:

[snip]
#!/bin/sh

stty -ixon
exec "$@"
[snap]

And then make tmux spawn programs like this:

wrapper mutt -f ~/Mail/Inbox

Regards, Frank

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to