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 15, 2024
1 parent d43a41c commit 3259e0d
Show file tree
Hide file tree
Showing 6 changed files with 463 additions and 99 deletions.
Loading

0 comments on commit 3259e0d

Please sign in to comment.