terminology/src/bin/termptyext.h

7 lines
148 B
C
Raw Normal View History

2014-01-06 13:29:18 -08:00
#ifndef _TERMPTY_EXT_H__
#define _TERMPTY_EXT_H__ 1
2017-07-06 11:55:02 -07:00
Eina_Bool _termpty_ext_handle(Termpty *ty, const char *txt, const Eina_Unicode *utxt);
2014-01-06 13:29:18 -08:00
#endif