aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 38ef0a5f..3e532f75 100644
--- a/tmux.h
+++ b/tmux.h
@@ -288,7 +288,7 @@ enum tty_cmd {
TTY_INSERTCHARACTER,
TTY_INSERTLINE,
TTY_LINEFEED,
- TTY_RAW,
+ TTY_UTF8CHARACTER,
TTY_REVERSEINDEX,
};