mouse(3): document "scrollswap" ctl message, fix style a bit (thanks umbraticus)
This commit is contained in:
parent
8f9d4d7c27
commit
014bf3fe7c
1 changed files with 5 additions and 2 deletions
|
@ -147,17 +147,20 @@ messages are idempotent,
|
||||||
unlike
|
unlike
|
||||||
.BR swap .
|
.BR swap .
|
||||||
.TP
|
.TP
|
||||||
|
.B scrollswap
|
||||||
|
inverts the scroll wheel.
|
||||||
|
.TP
|
||||||
.B reset
|
.B reset
|
||||||
clears the mouse
|
clears the mouse
|
||||||
to its default state.
|
to its default state.
|
||||||
.TP
|
.TP
|
||||||
.B blank
|
.B blank
|
||||||
Blank the screen.
|
blank the screen.
|
||||||
The screen also blanks after 30 minutes of inactivity.
|
The screen also blanks after 30 minutes of inactivity.
|
||||||
The screen can be unblanked by moving the mouse.
|
The screen can be unblanked by moving the mouse.
|
||||||
.TP
|
.TP
|
||||||
.BI blanktime " minutes"
|
.BI blanktime " minutes"
|
||||||
Set the timeout before the
|
set the timeout before the
|
||||||
screen blanks; the default is 30 minutes.
|
screen blanks; the default is 30 minutes.
|
||||||
If
|
If
|
||||||
.I minutes
|
.I minutes
|
||||||
|
|
Loading…
Reference in a new issue