aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-12-17 17:39:56 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-12-17 17:39:56 +0000
commit19ea306606b6386ea457838353e1aea759d47f19 (patch)
treee28b823480f1f66785a1ba2ed9a635f3b416c9dd /tmux.h
parent0dda866679009385d4973d18a123943f606c49ad (diff)
downloadrtmux-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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index c68e560a..8ffdf06a 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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.