new file mode 100644
@@ -0,0 +1,6 @@
+# Disable flow control (usually Ctrl-S/Ctrl-Q). (`stty` is POSIX, but not
+# everything is POSIX...)
+if [ "$(command -v stty)" ]
+then
+ stty -ixon
+fi