1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-29 21:36:46 +02:00

a few UI changes

This commit is contained in:
Jfreegman
2014-09-25 04:31:45 -04:00
parent 3a176e1cab
commit 2e65ee3609
5 changed files with 16 additions and 8 deletions

View File

@ -1023,7 +1023,7 @@ static void chat_onDraw(ToxWindow *self, Tox *m)
}
if (statusbar->statusmsg[0])
wprintw(statusbar->topline, "- %s ", statusbar->statusmsg);
wprintw(statusbar->topline, ": %s ", statusbar->statusmsg);
wclrtoeol(statusbar->topline);
wmove(statusbar->topline, 0, x2 - (KEY_IDENT_DIGITS * 2) - 3);