From 29988aa795c33e2450c8dc1dbf3ccbff850fb2c8 Mon Sep 17 00:00:00 2001 From: kraxel Date: Wed, 5 Jul 2006 07:57:35 +0000 Subject: add missing -x --- xenscreen.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xenscreen.c') diff --git a/xenscreen.c b/xenscreen.c index 6bb68eb..c5c541a 100644 --- a/xenscreen.c +++ b/xenscreen.c @@ -297,8 +297,8 @@ int main(int argc, char *argv[]) if (!screen_detached) { /* try to attach */ rc = run_application(1, "screen", "screen", - "-S", screen_session, - "-r", "-p", screen_window ?: "=", + "-S", screen_session, "-r", "-x", + "-p", screen_window ?: "=", NULL); if (0 == rc) exit(0); -- cgit