mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
box-drawing: NOINLINE braille
This commit is contained in:
parent
896825f50c
commit
ac2091f107
1 changed files with 1 additions and 1 deletions
|
|
@ -1953,7 +1953,7 @@ draw_quadrant(struct buf *buf, wchar_t wc)
|
|||
quad_lower_right(buf);
|
||||
}
|
||||
|
||||
static void
|
||||
static void NOINLINE
|
||||
draw_braille(struct buf *buf, wchar_t wc)
|
||||
{
|
||||
int w = min(buf->width / 4, buf->height / 8);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue