From fb543c7707a31d80dbdb039515d719e6f013a77a Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 4 May 2009 13:20:02 +0000 Subject: Use ACS for line drawing characters. --- tty.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tty.c') diff --git a/tty.c b/tty.c index 3e72f585..10827e70 100644 --- a/tty.c +++ b/tty.c @@ -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 @@ -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 *); -- cgit