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/
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.