terminology/src/bin/termptyesc.h

7 lines
145 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);
2014-01-06 13:29:18 -08:00
#endif