diff options
author | sabetts <sabetts> | 2001-09-16 10:29:49 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2001-09-16 10:29:49 +0000 |
commit | cd269f1a481cf2ad46a9c170e6021d5b24755eb4 (patch) | |
tree | 984567b22d101f32ca6929015eee106ee7fb64a2 | |
parent | 263045888faed24f9a0be0b34d5105080cdd49a6 (diff) | |
download | ratpoison-cd269f1a481cf2ad46a9c170e6021d5b24755eb4.zip |
winfmt escape code updated
-rw-r--r-- | doc/ratpoison.texi | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/ratpoison.texi b/doc/ratpoison.texi index fcd72aa..c1390f1 100644 --- a/doc/ratpoison.texi +++ b/doc/ratpoison.texi @@ -358,17 +358,17 @@ default it is @samp{N-W}. The following is a list of valid format characters: @table @samp -@item N +@item %n The window number -@item - +@item %s Window status (current window, last window, etc) -@item W +@item %t Window Name -@item w -Window res name -@item c -Window res class -@item n +@item %a +Application Name +@item %c +Resource Class +@item %i X11 Window ID @end table |