Exported the pushkbd function. - sam - An updated version of the sam text editor.
(HTM) git clone git://vernunftzentrum.de/sam.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit 64ce996d964cb54a14d344c0ea242a73aaedd4f9
(DIR) parent 3ca56f0a42652edc827cdcfaad1c66a39b100587
(HTM) Author: Rob King <jking@deadpixi.com>
Date: Tue, 17 May 2016 23:46:24 -0500
Exported the pushkbd function.
Diffstat:
include/libg.h | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
(DIR) diff --git a/include/libg.h b/include/libg.h
@@ -190,6 +190,7 @@ extern unsigned long event(Event*);
extern unsigned long eread(unsigned long, Event*);
extern Mouse emouse(void);
extern Keystroke ekbd(void);
+extern void pushkbd(int c);
extern int ecanread(unsigned long);
extern int ecanmouse(void);
extern int ecankbd(void);