diff options
-rw-r--r-- | man/xrefresh.man | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/man/xrefresh.man b/man/xrefresh.man index 959dc6a..5b1cf5d 100644 --- a/man/xrefresh.man +++ b/man/xrefresh.man @@ -22,7 +22,7 @@ .\" other dealings in this Software without prior written authorization .\" from The Open Group. .\" -.TH XREFRESH 1 2019-03-31 __xorgversion__ +.TH XREFRESH 1 2025-05-31 __xorgversion__ .SH NAME xrefresh - refresh all or part of an X screen .SH SYNOPSIS @@ -63,9 +63,17 @@ Specifies the portion of the screen to be repainted; see .BR X (__miscmansuffix__). .TP 10 .B \-display \fIdisplay\fP -This argument allows you to specify the server and screen to refresh; see +This argument allows you to specify the server and screen to refresh; see .BR X (__miscmansuffix__). .TP 10 +.B \-delay \fIms\fP +Wait for \fIms\fP milliseconds between mapping and unmapping the window. +This can be useful for screens with slow response times, such as e-ink displays. +The default is 0 ms. +.TP 10 +.B \-help +This argument prints the program options and exits. +.TP 10 .B \-version This argument prints the program version and exits. .SH X DEFAULTS |