aboutsummaryrefslogtreecommitdiffstats
path: root/Text.c
diff options
context:
space:
mode:
authorltoetsch <ltoetsch@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2001-03-16 16:40:17 +0000
committerltoetsch <ltoetsch@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2001-03-16 16:40:17 +0000
commit3d24b9bd4612dd293bde38976798288ecb4e1722 (patch)
tree169f4a2f4abeba86179b873110769a0100e339ce /Text.c
parent8cb47a24a9ab1b5bbf81819d4567be4308db2b54 (diff)
downloadlcd4linux-3d24b9bd4612dd293bde38976798288ecb4e1722.tar.gz
[lcd4linux @ 2001-03-16 16:40:17 by ltoetsch]
implemented time bar git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@127 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to '')
-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)