summaryrefslogtreecommitdiff
path: root/src/textbuf_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/textbuf_type.h')
-rw-r--r--src/textbuf_type.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/textbuf_type.h b/src/textbuf_type.h
index 2582d1e25..e467a70da 100644
--- a/src/textbuf_type.h
+++ b/src/textbuf_type.h
@@ -36,10 +36,12 @@ struct Textbuf {
void CDECL Print(const char *format, ...) WARN_FORMAT(2, 3);
void DeleteAll();
- bool DeleteChar(int delmode);
- bool InsertChar(uint32 key);
bool InsertClipboard();
- bool MovePos(int navmode);
+
+ bool InsertChar(uint32 key);
+
+ bool DeleteChar(uint16 keycode);
+ bool MovePos(uint16 keycode);
bool HandleCaret();
void UpdateSize();