Site Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

window_flags [2010-01-25 13:52] (current)
asciiphil created
Line 1: Line 1:
 +====== 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]]'') |

User Tools