FreeBSD deserves nice drawing as well

This commit is contained in:
Baptiste Daroussin 2022-03-11 10:19:34 +01:00
parent 609b3f9ddc
commit 019a8698d7
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ void draw_init(struct term_buf* buf)
+ (config.input_len + 1)
+ buf->labels_max_len;
#if defined(__linux__)
#if defined(__linux__) || defined(__FreeBSD__)
buf->box_chars.left_up = 0x250c;
buf->box_chars.left_down = 0x2514;
buf->box_chars.right_up = 0x2510;