>From 568d960a42db5e78c43bab0b5c968e53911cd8ad Mon Sep 17 00:00:00 2001 From: Bernhard R. Link Date: Sun, 15 Jun 2008 17:56:10 +0200 Subject: [PATCH] update documentation --- doc/ratpoison.1 | 16 +++++++++++++++- doc/ratpoison.texi | 22 ++++++++++++++++++++++ 2 files changed, 37 insertions(+), 1 deletions(-) diff --git a/doc/ratpoison.1 b/doc/ratpoison.1 index 96549e8..6d8e23b 100644 --- a/doc/ratpoison.1 +++ b/doc/ratpoison.1 @@ -1,4 +1,4 @@ -.TH RATPOISON 1 2006-11-23 +.TH RATPOISON 1 2008-06-15 \# This man page is free software; you can redistribute it and/or modify \# it under the terms of the GNU General Public License as published by \# the Free Software Foundation; either version 2, or (at your option) @@ -790,6 +790,20 @@ the second character is the selector for the second frame and so on. Using this variable, one can directly access more than 10 frames. Default is an empty string, which is equivalent to "0123456789". +.var historysize number +Specify maximum number of values kept in input history. + +Default is 20. +.var historycompaction \fB0 | \fB1 +Decide if new input lines added to history delete +older equal lines from history. + +Default is 1 (on). +.var historyexpansion \fB0 | \fB1 +Decide if history expansion using ! is available. +(Can only be activated when compiled with readline's libhistory.) + +Default is 0 (off). .SH AUTHOR Upstream Author is Shawn Betts . .br diff --git a/doc/ratpoison.texi b/doc/ratpoison.texi index 3a42419..1009ab1 100644 --- a/doc/ratpoison.texi +++ b/doc/ratpoison.texi @@ -1467,6 +1467,25 @@ change the cursor. When called with no arguments, the current setting is returned. @end deffn address@hidden Command {set historysize} @var{n} +Set how many lines of history should be recorded. + +When called with no arguments, the current setting is returned. address@hidden deffn + address@hidden Command {set historcompaction} @var{bool} +Set whether to remove multiple equal lines from history, +even if not adjacent. + +When called with no arguments, the current setting is returned. address@hidden deffn + address@hidden Command {set historexpansion} @var{bool} +Set whether to expand ! using readline's libhistory in input. + +When called with no arguments, the current setting is returned. address@hidden deffn + @deffn Command escape @var{key} Set the prefix to @var{key}. For example @samp{escape C-b} sets the prefix key to @key{C-b}. @@ -1608,6 +1627,9 @@ Here is a list of variables that can be set: @item wingravity @item maxundos @item resizeunit address@hidden historysize address@hidden historycompaction address@hidden historyexpansion @end itemize @end deffn -- 1.4.4.4