diff options
author | ltoetsch <> | 2001-03-16 16:40:17 +0000 |
---|---|---|
committer | ltoetsch <> | 2001-03-16 16:40:17 +0000 |
commit | d028f79336840a076542ccd17bdbca2e2f25357e (patch) | |
tree | 169f4a2f4abeba86179b873110769a0100e339ce /Text.c | |
parent | b0650f9131a98a02ca65ab15a7f41e99b6822e90 (diff) | |
download | lcd4linux-d028f79336840a076542ccd17bdbca2e2f25357e.tar.gz |
[lcd4linux @ 2001-03-16 16:40:17 by ltoetsch]
implemented time bar
Diffstat (limited to 'Text.c')
-rw-r--r-- | Text.c | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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) |