The UTF-8 detection idea doesn't work and I am reasonably happy with the

current methods, so remove the (already #ifdef 0'd) code.
This commit is contained in:
Nicholas Marriott
2009-10-09 07:33:12 +00:00
parent 3af09ac946
commit bf38a311da
2 changed files with 0 additions and 82 deletions

1
tmux.h
View File

@ -1199,7 +1199,6 @@ void tty_init(struct tty *, int, char *);
void tty_resize(struct tty *);
void tty_start_tty(struct tty *);
void tty_stop_tty(struct tty *);
void tty_detect_utf8(struct tty *);
void tty_set_title(struct tty *, const char *);
void tty_update_mode(struct tty *, int);
void tty_draw_line(struct tty *, struct screen *, u_int, u_int, u_int);