From 9a6e47cfa8b7ebac8bebc7c2027fd72bee9d38ab Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 21 Nov 2007 13:11:41 +0000 Subject: Initial history support. --- CHANGES | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index a4001560..9eaeba19 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,10 @@ +21 November 2007 + +* Initial support for scroll history. = to enter scrolling mode, and then + vi keys or up/down/pgup/pgdown to navigate. Q to exit. No horizontal history + yet (need per-line sizes) and a few kinks to be worked out (resizing while in + history mode will probably cause trouble). + 20 November 2007 * Fix format string error with "must specify a client" message. Also @@ -233,4 +240,4 @@ (including mutt, emacs). No status bar yet and no key remapping or other customisation. -$Id: CHANGES,v 1.75 2007-11-20 18:11:37 nicm Exp $ +$Id: CHANGES,v 1.76 2007-11-21 13:11:41 nicm Exp $ -- cgit