terminology/src/bin/termptyesc.h

8 lines
211 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);
const char * EINA_PURE termptyesc_safechar(const unsigned int c);
#endif