diff options
| author | Nikita Langer <nikitalanger@icloud.com> | 2026-05-31 09:44:56 +0200 |
|---|---|---|
| committer | Nikita Langer <nikitalanger@icloud.com> | 2026-05-31 09:44:56 +0200 |
| commit | c46a160aa0618182c92f8a135fd8a35e53cdb4bf (patch) | |
| tree | 19e1d825ae3304b807947bbc7215cabaf0a8caad /hb.c | |
| parent | 5187e696fdafee436aced2a54524445a58ff6ada (diff) | |
| download | st-c46a160aa0618182c92f8a135fd8a35e53cdb4bf.tar.gz st-c46a160aa0618182c92f8a135fd8a35e53cdb4bf.tar.bz2 st-c46a160aa0618182c92f8a135fd8a35e53cdb4bf.tar.xz st-c46a160aa0618182c92f8a135fd8a35e53cdb4bf.zip | |
Boxdraw Support
Diffstat (limited to 'hb.c')
| -rw-r--r-- | hb.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -36,9 +36,9 @@ static RuneBuffer hbrunebuffer = { 0, NULL }; /* * Poplulate the array with a list of font features, wrapped in FEATURE macro, * e. g. - * + * FEATURE('c', 'a', 'l', 't'), FEATURE('d', 'l', 'i', 'g') */ -hb_feature_t features[] = { FEATURE('c', 'a', 'l', 't'), FEATURE('d', 'l', 'i', 'g')}; +hb_feature_t features[] = { }; void hbunloadfonts() |
