tty_cmd_raw is only used once, for raw UTF-8 output, so rename it to

tty_cmd_utf8character and eliminate the size argument.
This commit is contained in:
Nicholas Marriott
2009-07-22 15:55:32 +00:00
parent e43b6a2dd2
commit 5bd72ec629
3 changed files with 12 additions and 14 deletions

2
tmux.h
View File

@ -288,7 +288,7 @@ enum tty_cmd {
TTY_INSERTCHARACTER,
TTY_INSERTLINE,
TTY_LINEFEED,
TTY_RAW,
TTY_UTF8CHARACTER,
TTY_REVERSEINDEX,
};