aboutsummaryrefslogtreecommitdiffstats
path: root/display.h
blob: 5651ccbbeb2cd65000a57412707edb46c500727a (plain) (blame)
1
2
3
4
5
6
7
#ifndef _RUNES_DISPLAY_H
#define _RUNES_DISPLAY_H

void runes_display_init(RunesTerm *t);
void runes_display_glyph(RunesTerm *t, char *buf, size_t len);

#endif