diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-05-04 13:20:02 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-05-04 13:20:02 +0000 |
commit | fb543c7707a31d80dbdb039515d719e6f013a77a (patch) | |
tree | 5039e37b8e9f29ac7413bc9a09cad8975af745ef /tty.c | |
parent | 9164dd63e7f670d3bd6e5132b3d15969aff1d55f (diff) | |
download | rtmux-fb543c7707a31d80dbdb039515d719e6f013a77a.tar.gz rtmux-fb543c7707a31d80dbdb039515d719e6f013a77a.tar.bz2 rtmux-fb543c7707a31d80dbdb039515d719e6f013a77a.zip |
Use ACS for line drawing characters.
Diffstat (limited to 'tty.c')
-rw-r--r-- | tty.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $Id: tty.c,v 1.94 2009-04-29 17:50:52 nicm Exp $ */ +/* $Id: tty.c,v 1.95 2009-05-04 13:20:02 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -28,7 +28,6 @@ #include "tmux.h" void tty_fill_acs(struct tty *); -u_char tty_get_acs(struct tty *, u_char); void tty_raw(struct tty *, const char *); |