terminology/src/bin/termptyesc.h

7 lines
145 B
C

#ifndef _TERMPTY_ESC_H__
#define _TERMPTY_ESC_H__ 1
int termpty_handle_seq(Termpty *ty, const Eina_Unicode *c, const Eina_Unicode *ce);
#endif