summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-11-23 12:48:20 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-11-23 12:48:20 +0000
commit9c584432d0bccdc61560e3e9deff0421f1039068 (patch)
tree684a877409f4584ef5097036f729dd6ae97e5b0c /CHANGES
parent26c8303733c243b2181bb644ce6fa2b838de8e15 (diff)
history-limit option.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 8 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index d53d065f..7f308674 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,10 @@
+23 November 2007
+
+* history-limit option to set maximum history. Does not apply retroactively to
+ existing windows! Lines take up a variable amount of space, but a reasonable
+ guess for an 80-column terminal is 250 KB per 1000 lines (of history used,
+ an empty history takes no space).
+
21 November 2007
* Create every line as zero length and only expand it as data is written,
@@ -249,4 +256,4 @@
(including mutt, emacs). No status bar yet and no key remapping or other
customisation.
-$Id: CHANGES,v 1.80 2007-11-21 22:20:44 nicm Exp $
+$Id: CHANGES,v 1.81 2007-11-23 12:48:20 nicm Exp $