diff options
author | Tom Feist <shabble@cowu.be> | 2010-07-10 20:20:12 +0000 |
---|---|---|
committer | Tom Feist <shabble@cowu.be> | 2010-07-10 20:20:12 +0000 |
commit | 9bd8711ad413911b63321860a82fc43d6cb760d2 (patch) | |
tree | cb6d716bcaa48fed039a1a2a9021b44b3c2d4d10 /docs/Irssi/Window.pm | |
parent | Forgot to add a whole bunch of files (diff) | |
download | irssi-scripts-9bd8711ad413911b63321860a82fc43d6cb760d2.tar.gz irssi-scripts-9bd8711ad413911b63321860a82fc43d6cb760d2.zip |
more reformattingm, added a guide.pm for general stuff
Diffstat (limited to 'docs/Irssi/Window.pm')
-rw-r--r-- | docs/Irssi/Window.pm | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/Irssi/Window.pm b/docs/Irssi/Window.pm index 77b880c..540fae2 100644 --- a/docs/Irssi/Window.pm +++ b/docs/Irssi/Window.pm @@ -94,7 +94,6 @@ Window::item_remove(item) Window::item_destroy(item) Add/remove/destroy window item - Window::set_active() Set window active. @@ -108,3 +107,10 @@ Window::set_level(level) Window::item_prev() Window::item_next() Change to previous/next window item. + + +Window::get_active_name() + Return active item's name, or if none is active, window's name + +Window::item_find(server, name) + Find window item that matches best to given arguments. |