diff options
author | Colin Harrison <colin.harrison@virgin.net> | 2009-11-04 15:33:53 +0000 |
---|---|---|
committer | Jon TURNEY <jon.turney@dronecode.org.uk> | 2009-11-09 20:33:34 +0000 |
commit | f3fad371cce0f3836514ad5b29e59fa1ca0627a7 (patch) | |
tree | 2b986e3cce93ee9daa7b429f098cc600cb3fdca9 /hw/xwin/XWinrc.man.pre | |
parent | 019a601de6a8ae083852c2d384c814dcc7aeeb72 (diff) |
Xming: Add FORCEEXIT option to configuration file
Add a new option to configuration file: FORCEEXIT, like SILENTEXIT
but ignores the client count. Unsaved client work may be lost with
this option but it is useful if you want no dialogs.
Add description of this new keyword to XWinrc man page
Also fix grammar of the exit confirmation dialog warning to be correct
when there is only one(1) client connected.
Also rearrange yacc tokens to one per line to make future merges
easier
Also amend default system.XWinrc so that SILENTEXIT is on by default
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Diffstat (limited to 'hw/xwin/XWinrc.man.pre')
-rwxr-xr-x | hw/xwin/XWinrc.man.pre | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/hw/xwin/XWinrc.man.pre b/hw/xwin/XWinrc.man.pre index 4fb436ddd..5c1fb979b 100755 --- a/hw/xwin/XWinrc.man.pre +++ b/hw/xwin/XWinrc.man.pre @@ -65,8 +65,13 @@ system tray area. .TP 8 .B SILENTEXIT The \fBSILENTEXIT\fP keyword, which takes no parameters, disables the -exit confirmation dialog. +exit confirmation dialog if no clients are connected. +.TP 8 +.B FORCEEXIT +The \fBFORCEEXIT\fP keyword, which takes no parameters, disables the +exit confirmation dialog always. Unsaved client work may be lost but +this may be useful if you want no dialogs. .SH Menu instructions .TP 8 |