mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-18 22:05:25 -05:00
7 lines
122 B
C
7 lines
122 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include <fcft/fcft.h>
|
||
|
|
|
||
|
|
struct terminal;
|
||
|
|
struct fcft_glyph *box_drawing(struct terminal *term, wchar_t wc);
|