mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 06:17:04 +00:00
Handle kcursor+kkeypad (switch to OA from [A).
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
/* $Id: tty-keys.c,v 1.7 2008-07-23 23:44:50 nicm Exp $ */
|
||||
/* $Id: tty-keys.c,v 1.8 2008-07-24 00:03:15 nicm Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -179,7 +179,7 @@ struct {
|
||||
{ "pmous", KEYC_MOUSE },
|
||||
|
||||
/*
|
||||
* Number keypad.
|
||||
* Numeric keypad.
|
||||
*
|
||||
* This is totally confusing and I still don't quite understand how it
|
||||
* all fits together in relation to termcap...
|
||||
|
Reference in New Issue
Block a user