Assembled 2
A column based text editor
Loading...
Searching...
No Matches
editor_scr.h
Go to the documentation of this file.
1
31#ifndef AS_EDITOR_SCR_H
32#define AS_EDITOR_SCR_H
33
34#include <editor/config.h>
35
36#include <includes.h>
37
44
57struct AS_CfgTok *configure_editor_screen(struct AS_CfgTok *token);
58
59#endif
struct AS_CfgTok * configure_editor_screen(struct AS_CfgTok *token)
Definition editor_scr.c:584
void register_editor_screen()
Definition editor_scr.c:577
Definition config.h:148