mirror of
https://github.com/ksherlock/TwoTerm.git
synced 2026-01-23 11:16:26 +00:00
tabTo, insertc, deletec for TextPort.
git-svn-id: svn://qnap.local/TwoTerm/trunk@2023 5590a31f-7b70-45f8-8c82-aa3a8e5f4507
This commit is contained in:
@@ -46,7 +46,6 @@ typedef struct TextPort {
|
||||
MarginBehavior rightMargin;
|
||||
|
||||
bool advanceCursor;
|
||||
//bool lineFeed;
|
||||
bool scroll;
|
||||
|
||||
// clamp setCursor calls.
|
||||
@@ -176,6 +175,9 @@ public:
|
||||
void insertLine(TextPort *textPort, int line);
|
||||
void deleteLine(TextPort *textPort, int line);
|
||||
|
||||
void insertc(TextPort *textPort, uint8_t c);
|
||||
void deletec(TextPort *textPort);
|
||||
|
||||
|
||||
void beginUpdate();
|
||||
iRect endUpdate();
|
||||
@@ -184,7 +186,7 @@ public:
|
||||
void lock();
|
||||
void unlock();
|
||||
|
||||
|
||||
void setTextPort(const TextPort& textPort);
|
||||
virtual void setSize(unsigned width, unsigned height);
|
||||
|
||||
virtual void setCursorType(CursorType cursor);
|
||||
|
||||
Reference in New Issue
Block a user