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,22 @@
Synopsis:
window setwindowpos <options> <x pos> <y pos> <width> <height>
Description:
Sets the position/size/state of the current window or the window
specified. Possible options:
s = size
p = position
m = minimize
M = maximize
r = restore
a = activate
T = bring to top of Z order
B = bring to bottom of Z order
If you are not using the size option the width and height params
are ignored but must still be present. If you are not using the
postion option the x pos and y pos params are ignored but must
still be present.
See Also:
window_menu(4) window_font(4)