ze
Loading...
Searching...
No Matches
Functions
render.h File Reference

Rendering of the editor buffer and UI components to the terminal. More...

#include "ze.h"
#include "buffer.h"
Include dependency graph for render.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

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.
 

Detailed Description

Rendering of the editor buffer and UI components to the terminal.