summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-11-04 20:41:10 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-11-04 20:41:10 +0000
commit6304e23984835f2e83aae34e99aa5c05576a208c (patch)
tree8c9fd959292932a6528868ee4839f2c29729a271 /tmux.h
parentcf092dc27fbf605fc6546c1bfa8804147068da64 (diff)
Record intermediate for p2/s2 and fake up charset redefinition (some programs use it to switch character set).
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index cd95fb9f..8c219ff4 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.193 2008-10-09 22:00:33 nicm Exp $ */
+/* $Id: tmux.h,v 1.194 2008-11-04 20:41:10 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -532,6 +532,7 @@ struct input_ctx {
u_int utf8_len;
u_int utf8_off;
+ u_char intermediate;
void *(*state)(u_char, struct input_ctx *);
u_char private;