Allow keys to be replaced and reorder the table so that terminfo-defined keys

(or terminal-overrides) take precedence over internally defined.
This commit is contained in:
Nicholas Marriott
2009-12-17 17:39:56 +00:00
parent 0dda866679
commit 19ea306606
2 changed files with 136 additions and 128 deletions

4
tmux.h
View File

@ -1021,9 +1021,9 @@ struct tty_ctx {
const struct grid_utf8 *utf8;
u_int num;
void *ptr;
void *ptr;
/*
/*
* Cursor and region position before the screen was updated - this is
* where the command should be applied; the values in the screen have
* already been updated.