summaryrefslogtreecommitdiff
path: root/testing/toxic/prompt.c
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-08-20 14:47:32 -0400
committerirungentoo <irungentoo@gmail.com>2013-08-20 14:47:32 -0400
commitac621d96d3139ca09eeebd509d6f6b92380f4f41 (patch)
tree497a4e5866f0f8d11f98b5e413b24cc650aab1df /testing/toxic/prompt.c
parenta1c40d753ee8faf15aa0dd314bd4249aa3750b2e (diff)
Refactor of core done.
Diffstat (limited to 'testing/toxic/prompt.c')
-rw-r--r--testing/toxic/prompt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/toxic/prompt.c b/testing/toxic/prompt.c
index 204cd7e6..12f8a201 100644
--- a/testing/toxic/prompt.c
+++ b/testing/toxic/prompt.c
@@ -460,7 +460,7 @@ static void prompt_onKey(ToxWindow *self, Messenger *m, int key)
460 } 460 }
461} 461}
462 462
463static void prompt_onDraw(ToxWindow *self) 463static void prompt_onDraw(ToxWindow *self, Messenger *m)
464{ 464{
465 curs_set(1); 465 curs_set(1);
466 int x, y; 466 int x, y;