1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-09-29 02:35:35 +02:00
This commit is contained in:
Jfreegman 2014-06-13 19:05:25 -04:00
parent a0ef4d752f
commit a516724760
No known key found for this signature in database
GPG Key ID: 3627F3144076AE63

View File

@ -868,7 +868,6 @@ static void chat_onInit(ToxWindow *self, Tox *m)
statusbar->topline = subwin(self->window, 2, x2, 0, 0);
ctx->history = subwin(self->window, y2 - CHATBOX_HEIGHT + 1, x2, 0, 0);
scrollok(ctx->history, 1);
ctx->linewin = subwin(self->window, CHATBOX_HEIGHT, x2, y2 - CHATBOX_HEIGHT, 0);
ctx->hst = malloc(sizeof(struct history));