terminology/src/bin/termptyesc.h

8 lines
211 B
C
Raw Normal View History

2014-01-06 13:29:18 -08:00
#ifndef _TERMPTY_ESC_H__
#define _TERMPTY_ESC_H__ 1
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