Assembled 2
A column based text editor
Loading...
Searching...
No Matches
keyboard.h
Go to the documentation of this file.
1
32#ifndef AS_KEYBOARD_H
33#define AS_KEYBOARD_H
34
35#include <editor/config.h>
36
37#include <global.h>
38#include <includes.h>
39
41#define AS_MAX_KEY_ELEMENTS 16
42
51void key(int c);
52
64struct AS_CfgTok *configure_keyboard(struct AS_CfgTok *token);
65
66#endif
struct AS_CfgTok * configure_keyboard(struct AS_CfgTok *token)
Definition keyboard.c:189
void key(int c)
Definition keyboard.c:169
Definition config.h:148