From 971bbb74a02f83650c8cd0550fb91886c4d460fe Mon Sep 17 00:00:00 2001 From: Shipwreckt Date: Sat, 22 Feb 2025 07:10:10 +0000 Subject: 2nd initial commit --- files/config/suckless/st/boxdraw.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 files/config/suckless/st/boxdraw.h (limited to 'files/config/suckless/st/boxdraw.h') diff --git a/files/config/suckless/st/boxdraw.h b/files/config/suckless/st/boxdraw.h new file mode 100644 index 0000000..2e00dc0 --- /dev/null +++ b/files/config/suckless/st/boxdraw.h @@ -0,0 +1,14 @@ +#ifndef BOXDRAW_H +#define BOXDRAW_H + +// Declarations for the variables +extern int boxdraw; +extern int boxdraw_braille; +extern int boxdraw_bold; + +// Function prototypes for functions that depend on boxdraw +int isboxdraw(Rune u); +ushort boxdrawindex(const Glyph *g); + +#endif // BOXDRAW_H + -- cgit v1.2.3