Initial revision
[apps/madtty.git] / inject_csi.h
1 #ifndef btco_ROTE_inject_csi_h
2 #define btco_ROTE_inject_csi_h
3
4 #include "rote.h"
5
6 /* Interprets a CSI escape sequence stored in rt->pd->esbuf,
7  * changing rt to reflect the effect of the sequence. This function
8  * will not change rt->pd->esbuf, rt->pd->escaped or other escape-sequence
9  * related fields in it */
10 void rote_es_interpret_csi(RoteTerm *rt);
11
12 #endif
13