diff options
author | Adam Jackson <ajax@redhat.com> | 2008-09-22 10:51:51 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-09-22 10:51:51 -0400 |
commit | 0bb317a78b96fddcdac319c9706b3a12f931ea44 (patch) | |
tree | 5a37459d4c93f8aef6e38f49053f718e08e2c5c5 /doc | |
parent | ab17f88506a2dde32c50ff72b03743cd9c384ecc (diff) |
Default to -br. Add -retro option for the nostalgic.
-retro also reverts to the classic cursor display behavior, meaning,
the cursor will be visible before anyone calls XDefineCursor().
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Xserver.man.pre | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/Xserver.man.pre b/doc/Xserver.man.pre index 8fe3b76a2..6cf08cea4 100644 --- a/doc/Xserver.man.pre +++ b/doc/Xserver.man.pre @@ -219,6 +219,11 @@ turns off auto-repeat. .B r turns on auto-repeat. .TP 8 +.B -retro +starts the stipple with the classic stipple and cursor visible. The default +is to start with a black root window, and to suppress display of the cursor +until the first time an application calls XDefineCursor(). +.TP 8 .B \-s \fIminutes\fP sets screen-saver timeout time in minutes. .TP 8 |