ze
Loading...
Searching...
No Matches
Functions | Variables
render.c File Reference

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"
Include dependency graph for render.c:

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
 

Detailed Description

Terminal rendering of buffer contents and UI.