Commit Graph

2 Commits

Author SHA1 Message Date
Kyle Dixler 29299c0c6b
Fix data rate in backend/display/tree_test.go ()
Fixes 

The `dirty` member of the interactive renderer is used in a separate
goroutines and requires use of a lock to be set correctly.
2023-12-27 20:16:51 +00:00
Kyle Dixler a2dce880f2
Fixed panic in display on terminals with few rows and columns.
Users may resize their terminals during updates and this could cause the
bounds to go negative in the interactive update display. This commit
clamps the values to prevent panics.
2023-03-30 16:16:48 -07:00