terminology/src/bin/keyin.h

7 lines
106 B
C

#ifndef _KEYIN_H__
#define _KEYIN_H__ 1
void keyin_handle(Termpty *ty, Evas_Event_Key_Down *ev);
#endif