aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-07-23 23:44:50 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-07-23 23:44:50 +0000
commit97212771b5932881826d3738fa448bc51d213bce (patch)
treef4dcf595fa5b11821b92c9c83a45d1802c4c0067 /CHANGES
parent5942e22d711566d20884ad86f364ee30dce5edd1 (diff)
downloadrtmux-97212771b5932881826d3738fa448bc51d213bce.tar.gz
rtmux-97212771b5932881826d3738fa448bc51d213bce.tar.bz2
rtmux-97212771b5932881826d3738fa448bc51d213bce.zip
Support keypad. Change cursor key output.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 9 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 59c593f5..6a10495d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,11 @@
+24 July 2008
+
+* Support the numeric keypad. This is really confusing: parts of it have termcap
+ entries and parts do not. I'm not sure I've got it right but this seems to
+ work.
+* Change arrow keys from \033OA to \033[A to match screen's behaviour rather
+ than its termcap.
+
19 July 2008
* Unbreak "set status" - tmux thought it was ambiguous, reported by rivo nurges.
@@ -614,4 +622,4 @@
(including mutt, emacs). No status bar yet and no key remapping or other
customisation.
-$Id: CHANGES,v 1.150 2008-07-19 10:07:50 nicm Exp $
+$Id: CHANGES,v 1.151 2008-07-23 23:44:50 nicm Exp $