foot/box-drawing.h
2021-01-01 21:09:36 +01:00

6 lines
128 B
C

#pragma once
#include <fcft/fcft.h>
struct terminal;
struct fcft_glyph *box_drawing(const struct terminal *term, wchar_t wc);