aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-05-04 13:20:02 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-05-04 13:20:02 +0000
commitfb543c7707a31d80dbdb039515d719e6f013a77a (patch)
tree5039e37b8e9f29ac7413bc9a09cad8975af745ef /tmux.h
parent9164dd63e7f670d3bd6e5132b3d15969aff1d55f (diff)
downloadrtmux-fb543c7707a31d80dbdb039515d719e6f013a77a.tar.gz
rtmux-fb543c7707a31d80dbdb039515d719e6f013a77a.tar.bz2
rtmux-fb543c7707a31d80dbdb039515d719e6f013a77a.zip
Use ACS for line drawing characters.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 8fa98d3d..0764b4fc 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.310 2009-05-02 08:34:39 nicm Exp $ */
+/* $Id: tmux.h,v 1.311 2009-05-04 13:20:02 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -1082,6 +1082,7 @@ void options_set_number(struct options *, const char *, long long);
long long options_get_number(struct options *, const char *);
/* tty.c */
+u_char tty_get_acs(struct tty *, u_char);
void tty_emulate_repeat(struct tty *,
enum tty_code_code, enum tty_code_code, u_int);
void tty_reset(struct tty *);