terminology/src/bin/termptyesc.h

7 lines
134 B
C

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