diff options
author | Sigrid <ftrvxmtrx@gmail.com> | 2020-12-08 10:21:17 +0100 |
---|---|---|
committer | Sigrid <ftrvxmtrx@gmail.com> | 2020-12-08 10:21:17 +0100 |
commit | 014bf3fe7c78abb0fbd59f4da88fda7cb8ae2674 (patch) | |
tree | 53bb8f6d5200b8ac6dcf542fe4d117476d55ec30 | |
parent | 8f9d4d7c27c5a26962c122c185549be24716571f (diff) | |
download | plan9front-014bf3fe7c78abb0fbd59f4da88fda7cb8ae2674.tar.xz |
mouse(3): document "scrollswap" ctl message, fix style a bit (thanks umbraticus)
-rw-r--r-- | sys/man/3/mouse | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/man/3/mouse b/sys/man/3/mouse index 078faff9a..2078caeb1 100644 --- a/sys/man/3/mouse +++ b/sys/man/3/mouse @@ -147,17 +147,20 @@ messages are idempotent, unlike .BR swap . .TP +.B scrollswap +inverts the scroll wheel. +.TP .B reset clears the mouse to its default state. .TP .B blank -Blank the screen. +blank the screen. The screen also blanks after 30 minutes of inactivity. The screen can be unblanked by moving the mouse. .TP .BI blanktime " minutes" -Set the timeout before the +set the timeout before the screen blanks; the default is 30 minutes. If .I minutes |