about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--src/ui/window.c6
-rw-r--r--themes/boothj54
2 files changed, 4 insertions, 6 deletions
diff --git a/src/ui/window.c b/src/ui/window.c
index fa02ff95..bf7afe74 100644
--- a/src/ui/window.c
+++ b/src/ui/window.c
@@ -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);
 }
\ No newline at end of file
diff --git a/themes/boothj5 b/themes/boothj5
index 1499a478..19ef3549 100644
--- a/themes/boothj5
+++ b/themes/boothj5
@@ -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