terminology/src/bin/termptyesc.h

7 lines
134 B
C
Raw Normal View History

2014-01-06 13:29:18 -08:00
#ifndef _TERMPTY_ESC_H__
#define _TERMPTY_ESC_H__ 1
int _termpty_handle_seq(Termpty *ty, Eina_Unicode *c, Eina_Unicode *ce);
2014-01-06 13:29:18 -08:00
#endif