diff --git a/render.c b/render.c index 2da90187..1f58fd05 100644 --- a/render.c +++ b/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;