From 5aac41ebfb4f9e577f7e7221d0f0b8d2f29731e9 Mon Sep 17 00:00:00 2001 From: Marc Horowitz Date: Thu, 12 Apr 1990 22:40:36 +0000 Subject: added -transient command line option to support transient zgrams --- zwgc/X_driver.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'zwgc/X_driver.c') diff --git a/zwgc/X_driver.c b/zwgc/X_driver.c index de3db50..1d7798b 100644 --- a/zwgc/X_driver.c +++ b/zwgc/X_driver.c @@ -231,8 +231,7 @@ static XrmOptionDescRec cmd_options[] = { {"-name", ".name", XrmoptionSepArg, (caddr_t) NULL}, {"-reverse", "*reverseVideo", XrmoptionNoArg, (caddr_t) "on"}, {"-rv", "*reverseVideo", XrmoptionNoArg, (caddr_t) "on"}, - {"-selectionTimeout", - ".selectionTimeout", XrmoptionSepArg, (caddr_t) NULL}, + {"-transient", "*transient", XrmoptionNoArg, (caddr_t) "on"}, {"-synchronous", "*synchronous", XrmoptionNoArg, (caddr_t) "on"}, {"-title", ".title", XrmoptionSepArg, (caddr_t) NULL}, {"-xrm", NULL, XrmoptionResArg, (caddr_t) NULL} }; -- cgit v1.2.3