mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-26 01:40:12 -05:00
render: implement 'underline'
This commit is contained in:
parent
441337645a
commit
d93ca2f654
4 changed files with 86 additions and 34 deletions
2
render.h
2
render.h
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
#include "terminal.h"
|
||||
|
||||
cairo_scaled_font_t *attrs_to_font(
|
||||
const struct font *attrs_to_font(
|
||||
struct terminal *term, const struct attributes *attrs);
|
||||
|
||||
void grid_render(struct terminal *term);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue