[DEV] colorize text is back ==> missing cursor (unstable)

This commit is contained in:
2012-11-20 07:35:46 +01:00
parent 311c009fff
commit 37bbf8fccb
4 changed files with 266 additions and 48 deletions

View File

@@ -39,7 +39,10 @@ typedef enum {
class CharElement
{
public:
float m_LineOffset;
float m_LineOffset; // TODO : DEPRECATED ...
int16_t m_yOffset;
int16_t m_xOffset;
int16_t m_ySize;
int32_t m_bufferPos;
};