summaryrefslogtreecommitdiff
path: root/files/config/suckless/st/boxdraw.h
blob: 2e00dc06c155878f3e15a470332bbb72b4487bb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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