xrefresh(1) X Version 11 (22 October 1988) xrefresh(1)
NAME
xrefresh - refreshes all or part of an X screen
SYNOPSIS
xrefresh [-options ...]
DESCRIPTION
The xrefresh program redraws all or part of your screen.
This is useful when system messages have corrupted your
screen. The xrefresh program maps a window on top of the
desired area of the screen and then immediately unmaps it,
causing refresh events to be sent to all applications. By
default, xrefresh uses a window with no background, causing
all applications to repaint "smoothly." However, you can use
the various options to make xrefresh use a solid background
(of any color) or the root-window background instead.
OPTIONS
-white
Specifies a white background. The screen appears to
flash quickly, and then repaints itself.
-black
Specifies a black background. In effect, this turns
off all of the electron guns to the tube. This can be
somewhat disconcerting as everything goes black for a
moment.
-solid color
Uses a solid background of the specified color. Try
green.
-root
Uses the root-window background.
-none
Repaints all of the windows by default.
-geometry WxH+X+Y
Specifies the portion of the screen to be repainted;
see X(1).
-display display
Specifies the server and screen to refresh; see X(1).
X DEFAULTS
The xrefresh program uses the XGetDefault(3X) routine to
read defaults, so its resource names are all capitalized.
Black, White, Solid, None, Root
Determines the type of window background to use.
Page 1 (printed 10/4/89)
xrefresh(1) X Version 11 (22 October 1988) xrefresh(1)
Geometry
Determines the area to refresh. This is not very
useful.
ENVIRONMENT
DISPLAY - Gets the default host and display number.
SEE ALSO
X(1)
COPYRIGHT
Copyright 1988, Massachusetts Institute of Technology.
See X(1) for a full statement of rights and permissions.
AUTHORS
Jim Gettys, Digital Equipment Corp., MIT Project Athena.
Page 2 (printed 10/4/89)