equal
deleted
inserted
replaced
110 void DeleteTextBufferAll(Textbuf *tb); |
110 void DeleteTextBufferAll(Textbuf *tb); |
111 bool DeleteTextBufferChar(Textbuf *tb, int delmode); |
111 bool DeleteTextBufferChar(Textbuf *tb, int delmode); |
112 bool InsertTextBufferChar(Textbuf *tb, byte key); |
112 bool InsertTextBufferChar(Textbuf *tb, byte key); |
113 bool InsertTextBufferClipboard(Textbuf *tb); |
113 bool InsertTextBufferClipboard(Textbuf *tb); |
114 bool MoveTextBufferPos(Textbuf *tb, int navmode); |
114 bool MoveTextBufferPos(Textbuf *tb, int navmode); |
|
115 void InitializeTextBuffer(Textbuf *tb, const char *buf, uint16 maxlength, uint16 maxwidth); |
115 void UpdateTextBufferSize(Textbuf *tb); |
116 void UpdateTextBufferSize(Textbuf *tb); |
116 |
117 |
117 void BuildFileList(void); |
118 void BuildFileList(void); |
118 void SetFiosType(const byte fiostype); |
119 void SetFiosType(const byte fiostype); |
119 |
120 |