1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-01 16:16:46 +02:00

fix prompt user input mechanics

This commit is contained in:
Jfreegman
2013-12-04 03:57:03 -05:00
parent a2af0bc047
commit 424ab7cd10
3 changed files with 43 additions and 42 deletions

View File

@ -476,7 +476,6 @@ static void chat_onDraw(ToxWindow *self, Tox *m)
wprintw(statusbar->topline, "\n");
mvwhline(ctx->linewin, 0, 0, ACS_HLINE, x);
wrefresh(self->window);
}
static void chat_onInit(ToxWindow *self, Tox *m)