mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05: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,
|
||||
};
|
||||
|
||||
struct font *
|
||||
static struct font *
|
||||
attrs_to_font(const struct terminal *term, const struct attributes *attrs)
|
||||
{
|
||||
int idx = attrs->italic << 1 | attrs->bold;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue