aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-07-22 15:55:32 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-07-22 15:55:32 +0000
commit5bd72ec62990d96c3af87858e263bff7a1c0f220 (patch)
tree6c2ed3ce94499ab7d9edd0b45aa14162c8894e20 /tmux.h
parente43b6a2dd2a52b49cd92481fc09074b595e83386 (diff)
downloadrtmux-5bd72ec62990d96c3af87858e263bff7a1c0f220.tar.gz
rtmux-5bd72ec62990d96c3af87858e263bff7a1c0f220.tar.bz2
rtmux-5bd72ec62990d96c3af87858e263bff7a1c0f220.zip
tty_cmd_raw is only used once, for raw UTF-8 output, so rename it to
tty_cmd_utf8character and eliminate the size argument.
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,
};