aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkraxel <kraxel>2006-07-03 15:53:01 +0000
committerkraxel <kraxel>2006-07-03 15:53:01 +0000
commitf2cdb04fe4bd669b9f420f46630b1442aeb01925 (patch)
tree9753d55254009111ddcafad769e2f71e563f7019
parentdfa61dddee08cc7d86b4fce9f8b58c6901b31e80 (diff)
downloadxenwatch-f2cdb04fe4bd669b9f420f46630b1442aeb01925.tar.gz
disable broken window switcjing
-rw-r--r--xenscreen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xenscreen.c b/xenscreen.c
index ccd3fe0..583d742 100644
--- a/xenscreen.c
+++ b/xenscreen.c
@@ -100,7 +100,7 @@ static void try_attach_screen(struct dom *dom, int boot)
"-X", "-S", screen_session,
"screen", "-t", dom->name, dom->tty,
NULL);
-#if 1
+#if 0
/*
* Hmm, not exactly the most elegant way to do this.
* Switches back from the new window to the previous one.