diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2009-12-17 17:39:56 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2009-12-17 17:39:56 +0000 |
commit | 19ea306606b6386ea457838353e1aea759d47f19 (patch) | |
tree | e28b823480f1f66785a1ba2ed9a635f3b416c9dd /tmux.h | |
parent | 0dda866679009385d4973d18a123943f606c49ad (diff) | |
download | rtmux-19ea306606b6386ea457838353e1aea759d47f19.tar.gz rtmux-19ea306606b6386ea457838353e1aea759d47f19.tar.bz2 rtmux-19ea306606b6386ea457838353e1aea759d47f19.zip |
Allow keys to be replaced and reorder the table so that terminfo-defined keys
(or terminal-overrides) take precedence over internally defined.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |