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,23 @@
Synopsis:
bind <key> meta1_character
Description:
This function allows the user to access an alternate keymap. When the
key bound to this function is pressed, the next key pressed can be
assigned a new meaning. This allows for a sequence of keys to be bound
to a function, such that only that combination of keys will execute
the function. This is how escape sequences are entered.
Aliases:
META2, META3, and META5 through META19_CHARACTERs are identical
in function as META1_CHARACTER. META4_CHARACTER has some special
characteristics described in its own help file.
See Also:
bind(4) meta4_character
Restrictions:
At most, key sequences may contain 2 keys. For longer sequences (such
as those required to control the arrow keys), one of the pair must be
composed of 2 keys as well.