mirror of
https://github.com/ksherlock/TwoTerm.git
synced 2025-03-11 08:32:50 +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
|
EraseLineAfterCursor
|
||||||
};
|
};
|
||||||
|
|
||||||
|
enum CursorType {
|
||||||
|
CursorNone,
|
||||||
|
CursorUnderscore,
|
||||||
|
CursorPipe,
|
||||||
|
CursorBlock
|
||||||
|
};
|
||||||
|
|
||||||
Screen(unsigned height = 24, unsigned width = 80);
|
Screen(unsigned height = 24, unsigned width = 80);
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user