Skip to content

Commit

Permalink
refactor: implement cell renderer screen type and perform rendering c…
Browse files Browse the repository at this point in the history
…hanges

This implements the meat of the cell renderer. It performs rendering changes
using a cell-based tracking. Changed cells are marked as dirty and only the
changed cells are rendered to the terminal. This is more efficient than
line rendering.
  • Loading branch information
aymanbagabas committed Oct 14, 2024
1 parent 24a8f0e commit 2448418
Show file tree
Hide file tree
Showing 6 changed files with 463 additions and 99 deletions.
Loading

0 comments on commit 2448418

Please sign in to comment.