1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-06 21:26:34 +01: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

@@ -387,8 +387,6 @@ static void groupchat_onDraw(ToxWindow *self, Tox *m)
groupchats[self->num].peer_names[peer*N+SIDEBAR_WIDTH-2] = '\0';
wprintw(ctx->sidebar, "%s\n", &groupchats[self->num].peer_names[peer*N]);
}
wrefresh(self->window);
}
static void groupchat_onInit(ToxWindow *self, Tox *m)