Assembled
2
A column based text editor
Loading...
Searching...
No Matches
src
include
editor
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
51
void
key
(
int
c);
52
64
struct
AS_CfgTok
*
configure_keyboard
(
struct
AS_CfgTok
*token);
65
66
#endif
config.h
global.h
includes.h
configure_keyboard
struct AS_CfgTok * configure_keyboard(struct AS_CfgTok *token)
Definition
keyboard.c:189
key
void key(int c)
Definition
keyboard.c:169
AS_CfgTok
Definition
config.h:148
Generated by
1.10.0