mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-20 04:24:19 +02:00
FreeBSD deserves nice drawing as well (#340)
This commit is contained in:
parent
fa978c8add
commit
7ed6631197
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue