summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ui.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui.c b/ui.c
index adc752f..cc7dcf8 100644
--- a/ui.c
+++ b/ui.c
@@ -298,7 +298,8 @@ static void logMark(void) {
 	int y, _;
 	getyx(ui.log, y, _);
 	mvwvline(ui.log, 0, lastCol(), ' ', LOG_LINES);
-	mvwaddch(ui.log, y, lastCol(), COLOR_PAIR(1 + COLOR_RED) | '_');
+	wattr_set(ui.log, A_NORMAL, 1 + COLOR_RED, NULL);
+	mvwaddwstr(ui.log, y, lastCol(), L"◄");
 }
 
 static void logUp(void) {
6-07Cast z_stream fields to size_tJune McEnroe 2020-06-07Call static_assert by _Static_assertJune McEnroe 2020-06-07Add OpenBSD to install.shJune McEnroe 2020-06-03Add The Song of AchillesJune McEnroe 2020-06-01Allow redirecting input in everJune McEnroe 2020-05-31Add %c conversion to c scriptJune McEnroe 2020-05-31Add c script to READMEJune McEnroe 2020-05-31Add c scriptJune McEnroe 2020-05-31Update mdoc source URLsJune McEnroe 2020-05-26Remove unfinished PSF fontsJune McEnroe