On 10/07/2024 20:55, Greg Wooledge wrote:
     test -t 0 && stty -ixon

I have a question opposite to the original one. Is it possible to disable xon&xoff for bash prompt, but enable it while foreground commands are running? Sometimes I use [Ctrl+s] to pause verbose output of some tool. On the other hand I do not mind to use forward search in readline history.

I have in mind a wrapper scripts that disables ixon while applications like rtorrent are running. For emacs it should be some elisp code since ixon should be active for "emacs -batch".

Can xon/xoff be managed from terminal application menu rather than from inside of the terminal? It may be alternative to shell-specific feature.

Reply via email to