box-drawing: don’t inline horizontal-one-eighth-block-N

This commit is contained in:
Daniel Eklöf 2021-08-03 20:54:18 +02:00
parent 67e285f16c
commit 1dcdc42091
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -1831,7 +1831,7 @@ draw_dark_shade(struct buf *buf)
}
}
static void
static void NOINLINE
draw_horizontal_one_eighth_block_n(struct buf *buf, int n)
{
double y = round((double)n * buf->height / 8.);