From d028f79336840a076542ccd17bdbca2e2f25357e Mon Sep 17 00:00:00 2001 From: ltoetsch <> Date: Fri, 16 Mar 2001 16:40:17 +0000 Subject: [lcd4linux @ 2001-03-16 16:40:17 by ltoetsch] implemented time bar --- Text.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Text.c') diff --git a/Text.c b/Text.c index 1468947..983af51 100644 --- a/Text.c +++ b/Text.c @@ -1,4 +1,4 @@ -/* $Id: Text.c,v 1.3 2001/03/16 09:28:08 ltoetsch Exp $ +/* $Id: Text.c,v 1.4 2001/03/16 16:40:17 ltoetsch Exp $ * * pure ncurses based text driver * @@ -20,6 +20,9 @@ * * * $Log: Text.c,v $ + * Revision 1.4 2001/03/16 16:40:17 ltoetsch + * implemented time bar + * * Revision 1.3 2001/03/16 09:28:08 ltoetsch * bugfixes * @@ -77,7 +80,7 @@ extern int foreground; static LCD Lcd; static WINDOW *w; WINDOW *err_win; -#define BARS ( BAR_R | BAR_H2 ) +#define BARS ( BAR_R | BAR_H2 | BAR_T ) int err_rows; int Text_clear (void) -- cgit v1.2.3