|
ze
|

Files | |
| buffer.c | |
| Implementation of the append-only output buffer. | |
| edit.c | |
| Editing primitives implementation. | |
| fileio.c | |
| File and directory loading/saving implementation. | |
| hooks.c | |
| Scheme hook invocation implementations. | |
| input.c | |
| Prompt and keypress handling implementations. | |
| main.c | |
| Program entry point and runtime initialization. | |
| plugins.c | |
| Guile/Scheme plugin and keybinding implementation. | |
| render.c | |
| Terminal rendering of buffer contents and UI. | |
| row.c | |
| Row manipulation and conversion implementations. | |
| search.c | |
| Interactive forward search implementation. | |
| status.c | |
| Status bar message helpers. | |
| syntax.c | |
| Syntax highlighting engine implementation. | |
| terminal.c | |
| Raw terminal mode helpers and key decoding. | |
| util.c | |
| Miscellaneous utility implementations. | |