From f00452f263b7a156a9862973c69b4c75bbed7c4b Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Fri, 11 Aug 2017 13:48:22 +0100 Subject: [PATCH] dot/zshrc: Inhibit flow control (XON/XOFF) while shell is reading input. Behaviour while some child process group is running is unchanged. --- dot/zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/dot/zshrc b/dot/zshrc index 7993025..736b374 100644 --- a/dot/zshrc +++ b/dot/zshrc @@ -119,6 +119,7 @@ unsetopt auto_menu unsetopt bash_auto_list unsetopt beep setopt extendedglob +unsetopt flow_control setopt hist_ignore_all_dups setopt ksh_glob setopt list_ambiguous -- 2.11.0