diff options
author | Astonex <softukitu@gmail.com> | 2013-08-03 14:57:42 +0100 |
---|---|---|
committer | Astonex <softukitu@gmail.com> | 2013-08-03 14:57:42 +0100 |
commit | da8996dbdd1fd8aef24d10bdf80894260a4560a3 (patch) | |
tree | 9f6b2edd3a8033d9e73356b23e3b81df254bb2b7 /testing/toxic/friendlist.c | |
parent | fcad4d0a5a3b5ed87032e21938b709bb98c2b0a4 (diff) | |
parent | 8cb960e785166a26f2cbcaf9daba6b29b2894305 (diff) |
Merge branch 'master' of git://github.com/irungentoo/ProjectTox-Core
Diffstat (limited to 'testing/toxic/friendlist.c')
-rw-r--r-- | testing/toxic/friendlist.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/toxic/friendlist.c b/testing/toxic/friendlist.c index f9a413f9..b4b619a2 100644 --- a/testing/toxic/friendlist.c +++ b/testing/toxic/friendlist.c | |||
@@ -113,6 +113,7 @@ static void friendlist_onKey(ToxWindow* self, int key) { | |||
113 | } | 113 | } |
114 | 114 | ||
115 | static void friendlist_onDraw(ToxWindow* self) { | 115 | static void friendlist_onDraw(ToxWindow* self) { |
116 | curs_set(0); | ||
116 | size_t i; | 117 | size_t i; |
117 | 118 | ||
118 | wclear(self->window); | 119 | wclear(self->window); |