commit: a816949d071d0193ecaad8df805dacc803fc18d0
parent 84668c7871faf15d8303a42c48d30c69e15e491b
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sat, 14 Jan 2023 06:48:48 +0100
.common.sh: Disable ^S/^Q
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.common.sh b/.common.sh
@@ -246,6 +246,8 @@ fi
# startup
-stty sane # I can haz urandom
+#stty sane # I can haz urandom
+stty -ixon # Disable stop (^S) / start (^Q)
+stty -ixoff # Disable sending of start/stop characters
h