From 758efb394758a0025239e694e1b8db1af3e2f4ab Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 25 Jun 2008 07:30:08 +0000 Subject: Handle escaped keys properly and use M-f/M-b in copy mode. --- CHANGES | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 1e91e3e1..c428a883 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +25 June 2008 + +* Handle escaped keys properly (parse eg \033b into a single key code) and + use this to change copy mode next/previous work to M-f and M-b to match + emacs. + 24 June 2008 * Next word (C-n/w) and previous word (C-b/b) in copy mode. @@ -562,4 +568,4 @@ (including mutt, emacs). No status bar yet and no key remapping or other customisation. -$Id: CHANGES,v 1.139 2008-06-24 07:00:38 nicm Exp $ +$Id: CHANGES,v 1.140 2008-06-25 07:30:08 nicm Exp $ -- cgit