mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 08:46:20 +00:00
Fixed printing utf8 chats to roster, changed boothj5 theme
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user