terminology/src/bin/keyin.h

8 lines
154 B
C
Raw Normal View History

2014-01-06 13:29:18 -08:00
#ifndef _KEYIN_H__
#define _KEYIN_H__ 1
2014-02-24 14:49:21 -08:00
void keyin_handle(Termpty *ty, Evas_Event_Key_Down *ev,
int alt, int shift, int ctrl);
2014-01-06 13:29:18 -08:00
#endif