aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-10-09 13:11:42 +0000
committerTiago Cunha <tcunha@gmx.com>2009-10-09 13:11:42 +0000
commitcddb7811278494452fd2efa5fefc8b2f12043ccd (patch)
tree132c3d4c0588fb0a988ed8b0594a67bcd985ad8f /tmux.h
parent220f3f23846a9809814d430c57fac0aedd59ac1f (diff)
downloadrtmux-cddb7811278494452fd2efa5fefc8b2f12043ccd.tar.gz
rtmux-cddb7811278494452fd2efa5fefc8b2f12043ccd.tar.bz2
rtmux-cddb7811278494452fd2efa5fefc8b2f12043ccd.zip
Sync OpenBSD patchset 368:
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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index b1ae4899..7403d452 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.459 2009-10-06 14:14:07 tcunha Exp $ */
+/* $Id: tmux.h,v 1.460 2009-10-09 13:11:42 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -1197,7 +1197,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);