Skip to content

Commit

Permalink
test: complete nil renderer test
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed Oct 9, 2022
1 parent 8e79fdd commit aff490e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions nil_renderer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}

0 comments on commit aff490e

Please sign in to comment.