|
Assembled 2
A column based text editor
|
#include <interface.h>
Public Attributes | |
| void(* | render )(struct AS_RenderCtx *) |
| Function to call to render the screen. | |
| void(* | update )(struct AS_RenderCtx *) |
| Function to call to update the screen. | |
| void(* | local )(int, int) |
| Function to call to interrupt the screen with input. | |
| int | render_options |
| char * | name |
| ASCII name of the screen. | |
Screen structure
Defines the attributes of a screen.