summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2012-08-07 15:10:59 -0400
committerChris Lumens <clumens@redhat.com>2012-08-08 11:36:01 -0400
commite7f28ffbb3f85bf72ac828e5838d99714ccc997f (patch)
tree5cd85640abb60fb5552ab89dc8b793f7da78831c /data
parent982be725ea027fbf066c934e9526b09b35583389 (diff)
downloadanaconda-e7f28ffbb3f85bf72ac828e5838d99714ccc997f.tar.gz
anaconda-e7f28ffbb3f85bf72ac828e5838d99714ccc997f.tar.xz
anaconda-e7f28ffbb3f85bf72ac828e5838d99714ccc997f.zip
If the anaconda process crashes, don't delete its window.
We need this to see tracebacks that happen before exception handling is set up. This includes a fair number of tracebacks, as we are very sloppy with our importing.
Diffstat (limited to 'data')
-rw-r--r--data/tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/tmux.conf b/data/tmux.conf
index 3639fcbec..80620bad9 100644
--- a/data/tmux.conf
+++ b/data/tmux.conf
@@ -1,10 +1,10 @@
# tmux.conf for the anaconda environment
set-option -s exit-unattached off
set-option -g base-index 1
+set-option -g set-remain-on-exit on
new-session -s anaconda -n main "anaconda"
-set-option set-remain-on-exit on
set-option status-right ""
set-option status-right-length 0