aboutsummaryrefslogtreecommitdiffstats
path: root/parser.h
diff options
context:
space:
mode:
authorreinelt <>2003-09-01 04:09:35 +0000
committerreinelt <>2003-09-01 04:09:35 +0000
commit003b829ced31a74e5e229571f51a19e73f9be138 (patch)
treeeb6420cad25f7e6cc71d58b5643be4ca43e482bd /parser.h
parent363c54b8c0bce6871120cdbd39271045e6d33f05 (diff)
downloadlcd4linux-003b829ced31a74e5e229571f51a19e73f9be138.tar.gz
[lcd4linux @ 2003-09-01 04:09:34 by reinelt]
icons nearly finished, but MatrixOrbital only
Diffstat (limited to 'parser.h')
-rw-r--r--parser.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/parser.h b/parser.h
index 65ae689..6987f11 100644
--- a/parser.h
+++ b/parser.h
@@ -1,4 +1,4 @@
-/* $Id: parser.h,v 1.12 2003/06/21 05:46:18 reinelt Exp $
+/* $Id: parser.h,v 1.13 2003/09/01 04:09:35 reinelt Exp $
*
* row definition parser
*
@@ -20,6 +20,9 @@
*
*
* $Log: parser.h,v $
+ * Revision 1.13 2003/09/01 04:09:35 reinelt
+ * icons nearly finished, but MatrixOrbital only
+ *
* Revision 1.12 2003/06/21 05:46:18 reinelt
* DVB client integrated
*
@@ -78,7 +81,7 @@
#define _PARSER_H_
typedef enum {
- T_PERCENT=128, T_DOLLAR,
+ T_PERCENT=128, T_DOLLAR, T_AMPERSAND,
T_OS, T_RELEASE, T_CPU, T_RAM,
T_MEM_TOTAL, T_MEM_USED, T_MEM_FREE, T_MEM_SHARED, T_MEM_BUFFER, T_MEM_CACHE, T_MEM_AVAIL,
T_LOAD_1, T_LOAD_2, T_LOAD_3, T_OVERLOAD,