terminology/src/bin/termptygfx.h

9 lines
175 B
C
Raw Normal View History

#ifndef TERMINOLOGY_TERMPTY_GFX_H_
#define TERMINOLOGY_TERMPTY_GFX_H_ 1
2014-01-06 13:29:18 -08:00
2014-04-06 05:42:38 -07:00
#include "termpty.h"
2017-07-06 11:55:02 -07:00
Eina_Unicode _termpty_charset_trans(const Termpty *ty, Eina_Unicode g);
2014-01-06 13:29:18 -08:00
#endif