mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-10 08:20:59 -04:00
render: attrs_to_font() is not used outside of render.c
This commit is contained in:
parent
99f471d738
commit
647a299315
1 changed files with 1 additions and 1 deletions
2
render.c
2
render.c
|
|
@ -211,7 +211,7 @@ static const struct wp_presentation_feedback_listener presentation_feedback_list
|
||||||
.discarded = &discarded,
|
.discarded = &discarded,
|
||||||
};
|
};
|
||||||
|
|
||||||
struct font *
|
static struct font *
|
||||||
attrs_to_font(const struct terminal *term, const struct attributes *attrs)
|
attrs_to_font(const struct terminal *term, const struct attributes *attrs)
|
||||||
{
|
{
|
||||||
int idx = attrs->italic << 1 | attrs->bold;
|
int idx = attrs->italic << 1 | attrs->bold;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue