diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-07-16 17:27:53 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-07-16 17:27:53 +0000 |
commit | 8fd36ebc043b4a59324990af108a7e9a753acf84 (patch) | |
tree | d477a8cb15311dfb14f06027ca6661fb16160341 /app/xtsscale/xtsscale.1 | |
parent | 274637978ee822b42a77b595e5f7f702cc7e253f (diff) |
Add a '-c' option to keep the X cursor visible while calibrating.
Diffstat (limited to 'app/xtsscale/xtsscale.1')
-rw-r--r-- | app/xtsscale/xtsscale.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app/xtsscale/xtsscale.1 b/app/xtsscale/xtsscale.1 index be9cae39a..1663fc70f 100644 --- a/app/xtsscale/xtsscale.1 +++ b/app/xtsscale/xtsscale.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: xtsscale.1,v 1.12 2011/07/16 17:21:41 matthieu Exp $ +.\" $OpenBSD: xtsscale.1,v 1.13 2011/07/16 17:27:52 matthieu Exp $ .\" .\" Copyright (c) 2007 Robert Nagy <robert@openbsd.org> .\" Copyright (c) 2009 Matthieu Herrb <matthieu@herrb.eu> @@ -33,6 +33,7 @@ .Sh SYNOPSIS .Nm xtsscale .Bk -words +.Op Fl c .Op Fl D Ar display .Op Fl d Ar device .Op Fl o Ar output @@ -45,6 +46,9 @@ will make the pointer act at the indicated location on the screen. .Pp The following options can be used: .Bl -tag -width Ds +.It Fl c +keep the X cursor visible during calibration. +Useful for indirect absolute devices like tablets. .It Fl D Ar display specify the X11 display to use. .It Fl d Ar device |