|
ze
|
User input handling (prompt, cursor movement, key processing). More...
#include "ze.h"

Go to the source code of this file.
Functions | |
| char * | editorPrompt (char *prompt, void(*callback)(char *, int)) |
| Display a prompt and capture input with optional incremental callback. | |
| void | editorMoveCursor (char key) |
| Move the cursor one step in the given direction, clamped to content. | |
| void | editorProcessKeypress (void) |
| Decode a keypress and execute the corresponding editor action. | |
User input handling (prompt, cursor movement, key processing).