From cb43943c0aec9bec8337fa2e02e22a6bcf89788a Mon Sep 17 00:00:00 2001 From: Erik Lax Date: Tue, 3 Dec 2019 09:32:43 +0100 Subject: [PATCH] Simple style has a rounded corner --- src/properties.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/properties.c b/src/properties.c index d0b3222..96ab525 100644 --- a/src/properties.c +++ b/src/properties.c @@ -660,7 +660,7 @@ f_status set_default_cell_property(uint32_t property, int value) "┌", "─", "┬", "┐", \ "│", "│", "│", \ "", "", "", "", \ - "└", "─", "┴", "╯", \ + "└", "─", "┴", "┘", \ "│", "─", "│", "─", \ }, \ /* header_border_chars */ \