|
ze
|
Terminal rendering of buffer contents and UI. More...
#include <ctype.h>#include <stdio.h>#include <string.h>#include <unistd.h>#include "ze.h"#include "row.h"#include "buffer.h"#include "syntax.h"
Functions | |
| void | editorScroll (void) |
| Recompute scroll offsets to keep the cursor visible. | |
| void | editorDrawRows (struct abuf *ab) |
| Render visible rows to the append buffer. | |
| void | editorDrawStatusBar (struct abuf *ab) |
| Draw the status bar (filename, ft, position). | |
| void | editorDrawMessageBar (struct abuf *ab) |
| Render the transient message bar. | |
| void | editorRefreshScreen (void) |
| Update viewport offsets to keep the cursor visible. | |
Variables | |
| struct editorConfig | E |
Terminal rendering of buffer contents and UI.