Re: Disabling start and stop keys

2022-11-07 Thread Christopher Zimmermann
On Mon, Nov 07, 2022 at 11:11:33PM -, Jeffery Small wrote: I have a script that fires up mutt in an xfce4-terminal window. In my ksh shell .kshrc file, I use stty to disable (undef) the stop (^S) and start (^Q) characters. However, when I run mutt as follows: xfce4-terminal -e /usr/local/

Disabling start and stop keys

2022-11-07 Thread Jeffery Small
I have a script that fires up mutt in an xfce4-terminal window. In my ksh shell .kshrc file, I use stty to disable (undef) the stop (^S) and start (^Q) characters. However, when I run mutt as follows: xfce4-terminal -e /usr/local/bin/mutt & I find that the stop/start characters remain active.