1
0
mirror of https://github.com/rfivet/uemacs.git synced 2024-06-12 22:40:42 +00:00
uemacs/execute.h
Renaud Fivet c4fab606d1 Revise keycode encoding.
Gather APROP and CFENCE conditional code.
2021-07-30 16:24:52 +08:00

21 lines
356 B
C

/* execute.h -- */
#define CFENCE 1 /* fence matching in CMODE */
#include "names.h" /* key code */
extern int gasave ; /* global ASAVE size */
extern int gacount ; /* count until next ASAVE */
int execute( unsigned keycode, int f, int n) ;
void kbd_loop( void) ;
#if CFENCE
BINDABLE( getfence) ;
#endif
/* end of execute.h */