# HG changeset patch # User Oleksandr Gavenko # Date 1315490271 -10800 # Node ID e7703ed69e4e651717064c7a425f457e4df3c59b # Parent fd20e9da8daca3bb068c543b7fb9757bf0be8877 If a window goes unresponsive, don't block the whole session waiting for it. diff -r fd20e9da8dac -r e7703ed69e4e .screenrc --- a/.screenrc Thu Sep 08 16:42:50 2011 +0300 +++ b/.screenrc Thu Sep 08 16:57:51 2011 +0300 @@ -1,3 +1,8 @@ + +startup_message off + +# If a window goes unresponsive, don't block the whole session waiting for it. +nonblock on # Ctrl+Tab and Ctrl+Shift+Tab to switch session in GNU Screen. bindkey "^[[1;5I" next