summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-11-26 20:36:30 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-11-26 20:36:30 +0000
commit818df923debfcd9194314ee05e64cc62fbbb5458 (patch)
treea9c8295385ef6feace44377fae0ed0542fb4e416 /CHANGES
parentd61a63c04ef4fad938713493366dbec1cf2c34eb (diff)
Add ^A && ^E to copy mode. Also use STDIN instead of STDOUT in a couple of places.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 0a5533cb..a067866e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+26 November 2007
+
+* Add ^A and ^E to copy mode to move to start-of-line/end-of-line.
+
24 November 2007
* Support for alt charset mode (VT100 graphics characters).
@@ -267,4 +271,4 @@
(including mutt, emacs). No status bar yet and no key remapping or other
customisation.
-$Id: CHANGES,v 1.84 2007-11-24 23:29:49 nicm Exp $
+$Id: CHANGES,v 1.85 2007-11-26 20:36:30 nicm Exp $