This shows you the differences between two versions of the page.
— |
set_status_window [2006/08/29 16:08] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ======Synopsis:====== | ||
+ | [[set]] status_window [<text>] | ||
+ | |||
+ | ======Description:====== | ||
+ | This variable sets the string displayed in the client's status bar for | ||
+ | the current window. It will only be displayed in the current window. | ||
+ | All other windows will have nothing displayed. | ||
+ | |||
+ | This string is represented as **%W** in the [[set status format|STATUS_FORMAT]] | ||
+ | string. It is treated literally in __STATUS_WINDOW__. | ||
+ | |||
+ | ======Examples:====== | ||
+ | Setting a custom string to indicate the current window: | ||
+ | /set status_window ::ACTIVE:: | ||