1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

Fixed printing utf8 chats to roster, changed boothj5 theme

This commit is contained in:
James Booth 2014-11-11 00:54:10 +00:00
parent a45cb4bb3c
commit 7e360dc35a
2 changed files with 4 additions and 6 deletions

View File

@ -681,9 +681,7 @@ win_printline_nowrap(WINDOW *win, char *msg)
int maxx = getmaxx(win);
int cury = getcury(win);
int i = 0;
for (i = 0; i<strlen(msg) && i<maxx; i++) {
waddch(win, msg[i]);
}
waddnstr(win, msg, maxx);
wmove(win, cury+1, 0);
}

View File

@ -16,10 +16,10 @@ main.time=yellow
main.splash=red
online=green
away=cyan
chat=green
chat=white
dnd=red
xa=cyan
offline=red
offline=blue
typing=yellow
gone=red
error=red