diff options
author | cflip <cflip@cflip.net> | 2023-01-18 13:50:02 -0700 |
---|---|---|
committer | cflip <cflip@cflip.net> | 2023-01-18 15:45:25 -0700 |
commit | 8d4c8b32faadd97631904e411ff39cb8282030f5 (patch) | |
tree | 694416b94bf330d2490daaa0c26da1fbb6bcffb0 /syntax.c | |
parent | 4b1811912d45bdefadc933ff2b8fc3f63471a192 (diff) |
Refactor text rendering code
Previously, the editor would print visible lines plus the statusline and
message bar into a buffer, then the window would display this entire
buffer. This refactor makes the window directly read lines from the
editor and individually display them on the screen. This will make it
easier to do syntax highlighting, since that information is stored per
line. The statusline and message line are still printed into a buffer to
be displayed by the window, but they are now positioned from the bottom
of the screen.
Diffstat (limited to 'syntax.c')
0 files changed, 0 insertions, 0 deletions