simplifications
[apps/madtty.git] / madtty / roteprivate.h
index ab45baf..ea43ac4 100644 (file)
@@ -48,5 +48,10 @@ struct RoteTermPrivate_ {
     rote_es_handler_t handler;
 };
 
-#endif
+/* Interprets a CSI escape sequence stored in rt->pd->esbuf,
+ * changing rt to reflect the effect of the sequence. This function
+ * will not change rt->pd->esbuf, rt->pd->escaped or other escape-sequence
+ * related fields in it */
+void rote_es_interpret_csi(RoteTerm *rt);
 
+#endif