X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=madtty%2Froteprivate.h;h=ea43ac413d962d8be87097ee443af82923e11104;hb=5b8c62d790da08fe9b6e32b6b9dda5ae25d5b2d8;hp=ab45baf73127ccdfdcfa9eb92c8f8fd559dc71bf;hpb=8ead06c97e16165208fd9d02ada73d63aeca11f2;p=apps%2Fmadtty.git diff --git a/madtty/roteprivate.h b/madtty/roteprivate.h index ab45baf..ea43ac4 100644 --- a/madtty/roteprivate.h +++ b/madtty/roteprivate.h @@ -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