mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-17 05:33:52 -04: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);
|
quad_lower_right(buf);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void NOINLINE
|
||||||
draw_braille(struct buf *buf, wchar_t wc)
|
draw_braille(struct buf *buf, wchar_t wc)
|
||||||
{
|
{
|
||||||
int w = min(buf->width / 4, buf->height / 8);
|
int w = min(buf->width / 4, buf->height / 8);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue