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,17 @@
Synopsis:
set history [<number>]
Description:
This setting controls the number of commands to be stored in the
client's internal history buffer. Setting it to 0 (zero) effectively
disables command history. However, the client will continue to save
commands to an external file unless HISTORY_FILE is disabled as well.
A command is inserted into the history buffer when it is executed, or
when the SHOVE_TO_HISTORY key function is used. The history buffer
is not purged when HISTORY is disabled.
See Also:
bind(4) backward_history, forward_history, shove_to_history;
history(4); set(4) history