mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
Added some new variables for UI::Window
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1594 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
abc4393071
commit
76e0e448af
2 changed files with 22 additions and 0 deletions
|
|
@ -325,15 +325,27 @@ UI::Window->{}
|
|||
refnum - Reference number
|
||||
name - Name
|
||||
|
||||
width - Width
|
||||
height - Height
|
||||
|
||||
active - Active window item
|
||||
active_server - Active server
|
||||
|
||||
servertag - active_server must be either undef or have this same tag
|
||||
(unless there's items in this window). This is used by
|
||||
/WINDOW SERVER -sticky
|
||||
level - Current window level
|
||||
|
||||
sticky_refnum - 1 if reference number is sticky
|
||||
|
||||
data_level - Current data level
|
||||
hilight_color - Current activity hilight color
|
||||
|
||||
last_timestamp - Last time timestamp was written in window
|
||||
last_line - Last time text was written in window
|
||||
|
||||
theme_name - Active theme in window, undef = default
|
||||
|
||||
UI::TextDest->{}
|
||||
window - Window where the text will be written
|
||||
server - Target server
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue