mirror of
https://github.com/taigrr/bubbletea.git
synced 2026-04-02 02:59:09 -07:00
test: complete nil renderer test
This commit is contained in:
@@ -13,4 +13,12 @@ func TestNilRenderer(t *testing.T) {
|
||||
if r.altScreen() {
|
||||
t.Errorf("altScreen should always return false")
|
||||
}
|
||||
r.exitAltScreen()
|
||||
r.clearScreen()
|
||||
r.showCursor()
|
||||
r.hideCursor()
|
||||
r.enableMouseCellMotion()
|
||||
r.disableMouseCellMotion()
|
||||
r.enableMouseAllMotion()
|
||||
r.disableMouseAllMotion()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user