Initial import of the ircii-pana-1.1-final source tree.

git-svn-id: svn://svn.code.sf.net/p/bitchx/code/tags/ircii-pana-1.1-final@1 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2008-02-25 09:25:32 +00:00
commit 28febcfea9
1429 changed files with 250653 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
Synopsis:
$winnam(<refnum>)
Technical:
This returns the window name of the window specified by <refnum>, if it
has one. If no arguments are passed, the function defaults to the current
window.
Practical:
This function is useful to scripts that need to know the name of the
current window.
Returns:
Name of the window specified by <refnum>, or name of the current window if
no arguments are passed.
Nothing is returned if the window has no name.
Examples:
$winnum() returns name of current window, if any
See Also:
set(4) status_window; winnum(6)