aboutsummaryrefslogtreecommitdiffstats
path: root/vt100.h
blob: 3a692a48f720b6e9f9690f3116b621525ae60fe0 (plain) (blame)
1
2
3
4
5
6
#ifndef _RUNES_VT100_H
#define _RUNES_VT100_H

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

#endif