mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-20 01:40:14 -05:00
box-drawing: SEXTANTS, U+1fb00-1fb3b
This commit is contained in:
parent
00d0e53a95
commit
25d2b03a5c
3 changed files with 143 additions and 3 deletions
|
|
@ -261,7 +261,11 @@ struct terminal {
|
|||
int font_scale;
|
||||
enum fcft_subpixel font_subpixel;
|
||||
|
||||
struct fcft_glyph *box_drawing[160];
|
||||
/*
|
||||
* 0-159: U+250U+259F
|
||||
* 160-219: U+1FB00-1FB3B
|
||||
*/
|
||||
struct fcft_glyph *box_drawing[220];
|
||||
|
||||
bool is_sending_paste_data;
|
||||
ptmx_buffer_list_t ptmx_buffers;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue