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