From 364076ef6af3f2eabf691b1c53e3d0ae85fb7457 Mon Sep 17 00:00:00 2001 From: Nick Chambers Date: Mon, 12 Jul 2021 00:35:26 -0500 Subject: [PATCH] Hide ^C from the screen --- rowbot | 1 + 1 file changed, 1 insertion(+) diff --git a/rowbot b/rowbot index 3fc9c19..5a84812 100755 --- a/rowbot +++ b/rowbot @@ -5,6 +5,7 @@ ### shopt -s dotglob extglob nullglob +stty -echoctl ### # utility and helper functions