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 (in effect, turning off all of the
26 electron guns to the tube). This can be somewhat disorientā
27 ing as everything goes black for a moment.
28
29 -solid color
30 Use a solid background of the specified color. Try green.
31
32 -root Use the root window background.
33
34 -none This is the default. All of the windows simply repaint.
35
36 -geometry WxH+X+Y
37 Specifies the portion of the screen to be repainted; see
38 X(7).
39
40 -display display
41 This argument allows you to specify the server and
42 screen to refresh; see X(7).
43
45 The xrefresh program uses the routine XGetDefault(3X) to read defaults,
46 so its resource names are all capitalized.
47
48 Black, White, Solid, None, Root
49 Determines what sort of window background to use.
50
51 Geometry
52 Determines the area to refresh. Not very useful.
53
55 DISPLAY - To get default host and display number.
56
58 X(7)
59
61 It should have just one default type for the background.
62
64 Jim Gettys, Digital Equipment Corp., MIT Project Athena
65
66
67
68X Version 11 xrefresh 1.0.2 XREFRESH(1)