cursor type enum

git-svn-id: svn://qnap.local/TwoTerm/trunk@2015 5590a31f-7b70-45f8-8c82-aa3a8e5f4507
This commit is contained in:
Kelvin Sherlock 2011-02-03 02:41:21 +00:00
parent 9679a83c97
commit da35fe1112

View File

@ -84,6 +84,13 @@ public:
EraseLineAfterCursor
};
enum CursorType {
CursorNone,
CursorUnderscore,
CursorPipe,
CursorBlock
};
Screen(unsigned height = 24, unsigned width = 80);