1XREFRESH(1) General Commands Manual XREFRESH(1)
2
3
4
6 xrefresh - refresh all or part of an X screen
7
9 xrefresh [-option ...]
10
12 Xrefresh is a simple X program that causes all or part of your screen
13 to be repainted. This is useful when system messages have messed up
14 your screen. Xrefresh maps a window on top of the desired area of the
15 screen and then immediately unmaps it, causing refresh events to be
16 sent to all applications. By default, a window with no background is
17 used, causing all applications to repaint ``smoothly.'' However, the
18 various options can be used to indicate that a solid background (of any
19 color) or the root window background should be used instead.
20
22 -white Use a white background. The screen just appears to flash
23 quickly, and then repaint.
24
25 -black Use a black background. This can be somewhat disorienting as
26 everything goes black for a moment.
27
28 -solid color
29 Use a solid background of the specified color. Try green.
30
31 -root Use the root window background.
32
33 -none This is the default. All of the windows simply repaint.
34
35 -geometry WxH+X+Y
36 Specifies the portion of the screen to be repainted; see
37 X(7).
38
39 -display display
40 This argument allows you to specify the server and
41 screen to refresh; see X(7).
42
43 -version This argument prints the program version and exits.
44
46 The xrefresh program uses the routine XGetDefault(3) to read defaults,
47 so its resource names are all capitalized.
48
49 Black, White, Solid, None, Root
50 Determines what sort of window background to use.
51
52 Geometry
53 Determines the area to refresh. Not very useful.
54
56 DISPLAY - To get default host and display number.
57
59 X(7)
60
62 It should have just one default type for the background.
63
65 Jim Gettys, Digital Equipment Corp., MIT Project Athena
66
67
68
69X Version 11 xrefresh 1.0.7 XREFRESH(1)