mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 21:56:57 +00:00
Support keypad. Change cursor key output.
This commit is contained in:
10
CHANGES
10
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 $
|
||||
|
Reference in New Issue
Block a user