Warning: Undefined array key 0 in
/home/public/screen/inc/html.php on line
1271
Warning: Undefined array key 1 in
/home/public/screen/inc/html.php on line
1453
Warning: Undefined array key -1 in
/home/public/screen/inc/html.php on line
1454
Warning: Undefined array key 1 in
/home/public/screen/inc/html.php on line
1457
Warning: Undefined array key -1 in
/home/public/screen/inc/html.php on line
1458
Differences
This shows you the differences between two versions of the page.
|
|
— |
window_flags [2010-01-25 13:52] (current) asciiphil created |
| ====== Window Flags ====== |
| |
| ''screen'' uses certain flags to represent windows' status in places like the output of the ''[[commands:windows]]'' command and the ''%f'' [[man:String Escapes|string escape]]. The following flags are currently known: |
| |
| ^ Flag ^ Meaning ^ |
| | * | the current window | |
| | - | the previous window | |
| | $ | all "logged in" windows (see ''[[commands:login]]'') | |
| | ! | a background window that has received a bell | |
| | @ | a background window that is being monitored and has had activity occur (see ''[[commands:monitor]]'') | |
| | (L) | a window which has output logging turned on (see ''[[commands:log]]'') | |
| | & | windows occupied by other users (see [[:Multiuser]]) | |
| | Z | windows in the zombie state (see ''[[commands:zombie]]'') | |