aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-12-18 18:57:00 +0000
committerTiago Cunha <tcunha@gmx.com>2009-12-18 18:57:00 +0000
commit9fea75149a469a5675d6c3859049c27dab9798a5 (patch)
tree2496ee4284fd675874125901213a74182276c205 /tmux.h
parentf4b9b8419049576d404637a7d7d2df89b703a283 (diff)
downloadrtmux-9fea75149a469a5675d6c3859049c27dab9798a5.tar.gz
rtmux-9fea75149a469a5675d6c3859049c27dab9798a5.tar.bz2
rtmux-9fea75149a469a5675d6c3859049c27dab9798a5.zip
Sync OpenBSD patchset 590:
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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tmux.h b/tmux.h
index a44b7470..7940f762 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.533 2009-12-16 01:09:01 tcunha Exp $ */
+/* $Id: tmux.h,v 1.534 2009-12-18 18:57:00 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -1020,9 +1020,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.