aboutsummaryrefslogtreecommitdiffstats
path: root/vt100.h
diff options
context:
space:
mode:
Diffstat (limited to 'vt100.h')
-rw-r--r--vt100.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/vt100.h b/vt100.h
new file mode 100644
index 0000000..3a692a4
--- /dev/null
+++ b/vt100.h
@@ -0,0 +1,6 @@
+#ifndef _RUNES_VT100_H
+#define _RUNES_VT100_H
+
+void runes_vt100_process_string(RunesTerm *t, char *buf, size_t len);
+
+#endif