terminology/src/bin/termptyesc.h

8 lines
231 B
C
Raw Normal View History

#ifndef TERMINOLOGY_TERMPTY_ESC_H_
#define TERMINOLOGY_TERMPTY_ESC_H_ 1
2014-01-06 13:29:18 -08:00
2017-07-06 11:55:02 -07:00
int termpty_handle_seq(Termpty *ty, const Eina_Unicode *c, const Eina_Unicode *ce);
const char * EINA_PURE termptyesc_safechar(const unsigned int c);
2014-01-06 13:29:18 -08:00
#endif