mirror of
https://github.com/ksherlock/TwoTerm.git
synced 2024-12-22 07:30:40 +00:00
cursor type enum
git-svn-id: svn://qnap.local/TwoTerm/trunk@2015 5590a31f-7b70-45f8-8c82-aa3a8e5f4507
This commit is contained in:
parent
9679a83c97
commit
da35fe1112
@ -84,6 +84,13 @@ public:
|
||||
EraseLineAfterCursor
|
||||
};
|
||||
|
||||
enum CursorType {
|
||||
CursorNone,
|
||||
CursorUnderscore,
|
||||
CursorPipe,
|
||||
CursorBlock
|
||||
};
|
||||
|
||||
Screen(unsigned height = 24, unsigned width = 80);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user