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,25 @@
Synopsis:
load screen
Description:
This script allows ircII windows to be manipulated muck like with the
iScreen program. It creates a number of key bindings:
Key Function 
^X1 ... ^X0 swap windows 1 to 10.
^Xa goes to the last window..
^Xc , ^X^C creates a new window
^Xk kills the current window, swaps it with a hidden window.
^Xl lists the windows.
^Xn swaps the next window (in refnumbers)
^Xp swap the previous window (in refnumbers)
^X (space) swap the next window.
^XC clears all windows visible
See Also:
load(5); window(4)
Other Notes:
This script was written by Matthew Green (phone), mrg@mame.mu.oz.au, with
inspiration from Darren Reed (avalon), avalon@coombs.anu.edu.au.