1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
Description: xmousepos added to the xautomation manpage.
Author: Francisco Vilmar Cardoso Ruviaro <francisco.ruviaro@riseup.net>
Last-Update: 2020-06-05
--- xautomation-1.09.orig/xautomation.7
+++ xautomation-1.09/xautomation.7
@@ -9,7 +9,7 @@
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
-.TH XAUTOMATION 7 "August 08, 2005"
+.TH XAUTOMATION 7 "June 05, 2020"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
@@ -51,6 +51,9 @@ Converts an image file from 24-bit RGB t
.B visgrep
Visual grep, greps for images in another image.
.TP
+.B xmousepos
+Gets and prints the current mouse position.
+.TP
.B xte
Generates fake input using the XTest extension.
@@ -63,6 +66,7 @@ For more information, please see the ind
.BR png2pat (1),
.BR rgb2pat (1),
.BR visgrep (1),
+.BR xmousepos (1),
.BR xte (1).
.SH AUTHOR
|