mirror of
https://github.com/tmate-io/tmate-ssh-server.git
synced 2020-11-18 19:53:51 -08:00
Fix a comment for new key table names.
This commit is contained in:
parent
784a74df0b
commit
2bdc59fac8
@ -28,9 +28,9 @@
|
|||||||
#include "tmux.h"
|
#include "tmux.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Handle keys input from the outside terminal. tty_keys[] is a base table of
|
* Handle keys input from the outside terminal. tty_default_*_keys[] are a base
|
||||||
* supported keys which are looked up in terminfo(5) and translated into a
|
* table of supported keys which are looked up in terminfo(5) and translated
|
||||||
* ternary tree (a binary tree of binary trees).
|
* into a ternary tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
void tty_keys_add1(struct tty_key **, const char *, int);
|
void tty_keys_add1(struct tty_key **, const char *, int);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user