summaryrefslogtreecommitdiff
path: root/src/interfaceconsole.h
diff options
context:
space:
mode:
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