box-drawing: add Unicode 13 U+1FB70 - U+1FB8B

Part of #471
This commit is contained in:
Daniel Eklöf 2021-05-03 17:57:16 +02:00
parent 3595d95c27
commit 9e5d740422
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 260 additions and 6 deletions

View file

@ -328,8 +328,9 @@ struct terminal {
/*
* 0-159: U+250U+259F
* 160-219: U+1FB00-1FB3B
* 220-247: U+1FB70-1FB8B
*/
struct fcft_glyph *box_drawing[220];
struct fcft_glyph *box_drawing[248];
bool is_sending_paste_data;
ptmx_buffer_list_t ptmx_buffers;