diff options
Diffstat (limited to 'testing/toxic/prompt.c')
-rw-r--r-- | testing/toxic/prompt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/toxic/prompt.c b/testing/toxic/prompt.c index b248b63a..1db60883 100644 --- a/testing/toxic/prompt.c +++ b/testing/toxic/prompt.c | |||
@@ -288,6 +288,7 @@ static void prompt_onKey(ToxWindow* self, int key) { | |||
288 | } | 288 | } |
289 | 289 | ||
290 | static void prompt_onDraw(ToxWindow* self) { | 290 | static void prompt_onDraw(ToxWindow* self) { |
291 | curs_set(1); | ||
291 | int x, y; | 292 | int x, y; |
292 | 293 | ||
293 | getyx(self->window, y, x); | 294 | getyx(self->window, y, x); |