1XREFRESH(1)                 General Commands Manual                XREFRESH(1)
2
3
4

NAME

6       xrefresh - refresh all or part of an X screen
7

SYNOPSIS

9       xrefresh [-option ...]
10

DESCRIPTION

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

ARGUMENTS

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
44       -version  This argument prints the program version and exits.
45

X DEFAULTS

47       The  xrefresh program uses the routine XGetDefault(3) to read defaults,
48       so its resource names are all capitalized.
49
50       Black, White, Solid, None, Root
51               Determines what sort of window background to use.
52
53       Geometry
54               Determines the area to refresh.  Not very useful.
55

ENVIRONMENT

57       DISPLAY - To get default host and display number.
58

SEE ALSO

60       X(7)
61

BUGS

63       It should have just one default type for the background.
64

AUTHORS

66       Jim Gettys, Digital Equipment Corp., MIT Project Athena
67
68
69
70X Version 11                    xrefresh 1.0.6                     XREFRESH(1)
Impressum