Unix and Linux Discussions Tagged with background |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
5 |
7,438 |
UNIX for Advanced & Expert Users |
|
|
|
4 |
2,388 |
Shell Programming and Scripting |
|
|
|
12 |
9,449 |
Shell Programming and Scripting |
|
|
|
17 |
9,709 |
Shell Programming and Scripting |
|
|
|
3 |
2,907 |
UNIX for Dummies Questions & Answers |
|
|
|
10 |
9,440 |
Shell Programming and Scripting |
|
|
|
2 |
4,498 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
3,563 |
Shell Programming and Scripting |
|
|
|
2 |
5,901 |
Shell Programming and Scripting |
|
|
|
3 |
2,977 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
4,440 |
Shell Programming and Scripting |
|
|
|
2 |
6,848 |
Shell Programming and Scripting |
|
|
|
7 |
17,157 |
Shell Programming and Scripting |
|
|
|
1 |
4,372 |
Red Hat |
|
|
|
3 |
59,537 |
Shell Programming and Scripting |
|
|
|
5 |
12,156 |
Shell Programming and Scripting |
|
|
|
3 |
2,749 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
9,835 |
AIX |
|
|
|
1 |
6,881 |
Shell Programming and Scripting |
|
|
|
4 |
7,185 |
Shell Programming and Scripting |
|
|
|
3 |
5,975 |
Shell Programming and Scripting |
|
|
|
2 |
29,840 |
Shell Programming and Scripting |
|
|
|
1 |
2,821 |
Shell Programming and Scripting |
|
|
|
1 |
3,332 |
Shell Programming and Scripting |
|
|
|
10 |
16,500 |
Linux |
|
|
|
12 |
309,794 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
14,484 |
Shell Programming and Scripting |
|
|
|
5 |
4,590 |
Shell Programming and Scripting |
|
|
|
1 |
3,655 |
Shell Programming and Scripting |
|
|
|
0 |
8,441 |
Shell Programming and Scripting |
|
|
|
1 |
7,095 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,103 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
6,882 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
9,663 |
Shell Programming and Scripting |
|
|
|
2 |
5,626 |
Shell Programming and Scripting |
|
|
|
1 |
4,113 |
Solaris |
|
|
|
0 |
2,781 |
Shell Programming and Scripting |
|
|
|
5 |
25,992 |
Shell Programming and Scripting |
|
|
|
2 |
72,436 |
Linux |
|
|
|
8 |
16,933 |
Shell Programming and Scripting |
xrefresh(1X) xrefresh(1X)
NAME
xrefresh - refresh all or part of an X screen
SYNOPSIS
xrefresh [-option...]
OPTIONS
Use a white background. The screen just appears to flash quickly, and then repaint. Use a black background (in effect, turning off all of
the electron guns to the tube). This can be somewhat disorienting as everything goes black for a moment. Use a solid background of the
specified color. Try green. Use the root window background. This is the default. All of the windows simply repaint. Specifies the por-
tion of the screen to be repainted; see X(1X). This argument allows you to specify the server and screen to refresh; see X(1X).
DESCRIPTION
xrefresh is a simple X program that causes all or part of your screen to be repainted. This is useful when system messages have messed up
your screen. xrefresh 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, a window with no background is used, causing all applications to repaint "smoothly." However, the
various options can be used to indicate that a solid background (of any color) or the root window background should be used instead.
X DEFAULTS
The xrefresh program uses the routine XGetDefault(3X11) to read defaults, so its resource names are all capitalized. Determines what sort
of window background to use. Determines the area to refresh. Not very useful.
ENVIRONMENT
To get default host and display number.
BUGS
It should have just one default type for the background.
SEE ALSO
X(1X)
AUTHORS
Jim Gettys, Digital Equipment Corp., MIT Project Athena
xrefresh(1X)