aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-10-09 07:33:12 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-10-09 07:33:12 +0000
commitbf38a311daa8a8048974a401b88909aa56b25e19 (patch)
tree3a1db959dbd0c77caaa8728759b8f321abf28a14 /tmux.h
parent3af09ac94697097d5a8cd45b82638ed9c3e941cc (diff)
downloadrtmux-bf38a311daa8a8048974a401b88909aa56b25e19.tar.gz
rtmux-bf38a311daa8a8048974a401b88909aa56b25e19.tar.bz2
rtmux-bf38a311daa8a8048974a401b88909aa56b25e19.zip
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.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 6a478614..100793ed 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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);