diff options
author | Irene Knapp <ireneista@gmail.com> | 2020-05-20 00:34:01 -0700 |
---|---|---|
committer | Irene Knapp <ireneista@gmail.com> | 2020-05-20 00:34:01 -0700 |
commit | 7b9c5f27111f31b176d412b204b14832b21ba759 (patch) | |
tree | 321426e9fa89ca4864dcda9302f4885f8f79dc7c | |
parent | e00a8aac17beda22e526dffb2664d2f67e9bb821 (diff) |
Update the manpage!
-rw-r--r-- | oneko.man | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/oneko.man b/oneko.man index d6d2b40..4f97c46 100644 --- a/oneko.man +++ b/oneko.man @@ -46,9 +46,15 @@ Sets interval timer which determine intervals for cat animation. Default value is 125000 and unit is micro-second. Smaller value makes cat run faster. .TP +.BI \-scale " factor" +Sets scale factor which zooms up the bitmaps by the nearest-neighbor +algorithm. Only integer values are supported. Default value is 1. +.TP .BI \-speed " distance" Specify the distance where cat jumps at one move in dot resolution. -Default is 16. +Default is 16. If you don't set this explicitly, it is multiplied by the +scale factor. If you do set it explicitly, make sure to take the scale +factor into account. .TP .BI \-idle " speed" Specify the threshold of the speed which ``mouse'' running away |