mirror of
https://github.com/ksherlock/TwoTerm.git
synced 2025-09-25 03:26:29 +00:00
cursor type enum
git-svn-id: svn://qnap.local/TwoTerm/trunk@2015 5590a31f-7b70-45f8-8c82-aa3a8e5f4507
This commit is contained in:
@@ -84,6 +84,13 @@ public:
|
||||
EraseLineAfterCursor
|
||||
};
|
||||
|
||||
enum CursorType {
|
||||
CursorNone,
|
||||
CursorUnderscore,
|
||||
CursorPipe,
|
||||
CursorBlock
|
||||
};
|
||||
|
||||
Screen(unsigned height = 24, unsigned width = 80);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user