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:
parent
a45cb4bb3c
commit
7e360dc35a
@ -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);
|
||||
}
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user