box-drawing: NOINLINE braille

This commit is contained in:
Daniel Eklöf 2021-09-05 10:05:35 +02:00
parent 896825f50c
commit ac2091f107
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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);