From a32cd1c19bce7679139512e29e1ff313cf90a061 Mon Sep 17 00:00:00 2001 From: Zetok Zalbavar Date: Thu, 9 Oct 2014 21:36:42 +0100 Subject: [PATCH] Change action messages indicator --- src/line_info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/line_info.c b/src/line_info.c index 6be471e..452f316 100644 --- a/src/line_info.c +++ b/src/line_info.c @@ -342,7 +342,7 @@ void line_info_print(ToxWindow *self) wattroff(win, COLOR_PAIR(BLUE)); wattron(win, COLOR_PAIR(YELLOW)); - wprintw(win, "-*- %s %s", line->name1, line->msg); + wprintw(win, " * %s %s", line->name1, line->msg); wattroff(win, COLOR_PAIR(YELLOW)); if (type == OUT_ACTION && timed_out(line->timestamp, get_unix_time(), NOREAD_FLAG_TIMEOUT)) {