.shrc.d/sh-flow-control.sh
60708898
 # Disable flow control (usually Ctrl-S/Ctrl-Q). (`stty` is POSIX, but not
 # everything is POSIX...)
 if [ "$(command -v stty)" ]
 then
   stty -ixon
 fi