aboutsummaryrefslogtreecommitdiffstats
path: root/Text.c
diff options
context:
space:
mode:
authorltoetsch <>2001-03-16 16:40:17 +0000
committerltoetsch <>2001-03-16 16:40:17 +0000
commitd028f79336840a076542ccd17bdbca2e2f25357e (patch)
tree169f4a2f4abeba86179b873110769a0100e339ce /Text.c
parentb0650f9131a98a02ca65ab15a7f41e99b6822e90 (diff)
downloadlcd4linux-d028f79336840a076542ccd17bdbca2e2f25357e.tar.gz
[lcd4linux @ 2001-03-16 16:40:17 by ltoetsch]
implemented time bar
Diffstat (limited to 'Text.c')
-rw-r--r--Text.c7
1 files changed, 5 insertions, 2 deletions
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)