From 001276e1129748366ebc046f501017126fb3d381 Mon Sep 17 00:00:00 2001 From: nick black Date: Mon, 20 Jul 2020 05:53:12 -0400 Subject: [PATCH] =?UTF-8?q?linux=20console:=20program=20=E2=98=90/?= =?UTF-8?q?=E2=98=92=20mappings=20for=20multiselect=20#809?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lib/linux.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/lib/linux.c b/src/lib/linux.c index f406de229..39ef35075 100644 --- a/src/lib/linux.c +++ b/src/lib/linux.c @@ -247,7 +247,9 @@ program_line_drawing_chars(const notcurses* nc, struct unimapdesc* map){ }, { .ws = L"\\╲", }, { - .ws = L"X╳", + .ws = L"X╳☒", + }, { + .ws = L"-☐", }, { .ws = L"└┕┖┗╘╙╚╰", }, {