From: Mark Wooding Date: Fri, 11 Aug 2017 12:48:22 +0000 (+0100) Subject: dot/zshrc: Inhibit flow control (XON/XOFF) while shell is reading input. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/f00452f263b7a156a9862973c69b4c75bbed7c4b dot/zshrc: Inhibit flow control (XON/XOFF) while shell is reading input. Behaviour while some child process group is running is unchanged. --- 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