summaryrefslogtreecommitdiff
path: root/src/interfaceconsole.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2012-01-18 23:33:32 -0700
committerMike Buland <eichlan@xagasoft.com>2012-01-18 23:33:32 -0700
commit0bdd1441fc95f70f2f86c89c20eb866a9ca2787b (patch)
tree1e082943e1942cf1020c64a13610ed9cadb246a5 /src/interfaceconsole.h
parent2d490ab892c7067eccd524dc67b5e12cf759f8fd (diff)
downloadstage-0bdd1441fc95f70f2f86c89c20eb866a9ca2787b.tar.gz
stage-0bdd1441fc95f70f2f86c89c20eb866a9ca2787b.tar.bz2
stage-0bdd1441fc95f70f2f86c89c20eb866a9ca2787b.tar.xz
stage-0bdd1441fc95f70f2f86c89c20eb866a9ca2787b.zip
Rearranged rendering code.
Diffstat (limited to 'src/interfaceconsole.h')
-rw-r--r--src/interfaceconsole.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/interfaceconsole.h b/src/interfaceconsole.h
index 17b07e4..ce48003 100644
--- a/src/interfaceconsole.h
+++ b/src/interfaceconsole.h
@@ -17,21 +17,6 @@ public:
17 virtual void display( const class SmlNode *pSml ); 17 virtual void display( const class SmlNode *pSml );
18 18
19private: 19private:
20 enum Style
21 {
22 stRed = 0x010001,
23 stGreen = 0x010002,
24
25 stColor = 0x01000f,
26
27 stTypeMask = 0xff0000,
28 };
29
30 typedef Bu::List<Style> StyleStack;
31
32 void appendToken( Bu::String &sCurLine, Bu::String &sNextToken,
33 int &iLineLen, int &iNextLen );
34 Bu::String getVt100Style( const StyleStack &sStyle );
35}; 20};
36 21
37#endif 22#endif