box_drawing(): mark function as ‘cold’

This commit is contained in:
Daniel Eklöf 2020-12-29 10:44:27 +01:00
parent 5b167bd185
commit 705cb9cfb0
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -1511,7 +1511,7 @@ draw_glyph(wchar_t wc, uint8_t *buf, int width, int height, int stride, int dpi)
}
}
struct fcft_glyph *
struct fcft_glyph * COLD
box_drawing(const struct terminal *term, wchar_t wc)
{
int width = term->cell_width;