mirror of
https://github.com/ksherlock/TwoTerm.git
synced 2025-01-17 23:31:13 +00:00
cursor type
git-svn-id: svn://qnap.local/TwoTerm/trunk@2020 5590a31f-7b70-45f8-8c82-aa3a8e5f4507
This commit is contained in:
parent
93a6782a2b
commit
0dd6473956
@ -24,6 +24,7 @@ class ViewScreen: public Screen
|
||||
public:
|
||||
|
||||
virtual void setSize(unsigned width, unsigned height);
|
||||
virtual void setCursorType(CursorType cursorType);
|
||||
|
||||
void setSize(unsigned width, unsigned height, bool resizeView);
|
||||
|
||||
@ -97,6 +98,8 @@ private:
|
||||
|
||||
-(void)cursorTimer: (NSTimer *)timer;
|
||||
|
||||
-(void)setCursorType: (unsigned)cursorType;
|
||||
|
||||
|
||||
-(void)autoTypeText: (NSString *)text;
|
||||
|
||||
|
@ -767,4 +767,10 @@ void ViewScreen::setSize(unsigned width, unsigned height, bool resizeView)
|
||||
}
|
||||
}
|
||||
|
||||
void ViewScreen::setCursorType(CursorType cursorType)
|
||||
{
|
||||
Screen::setCursorType(cursorType);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user