Add commands for toggling the altscreen (#62)

* Add commands EnterAltScreen and ExitAltScreen for toggling the altscreen
* Add altscreen toggling example
* ignore .idea

Co-authored-by: Christian Rocha <christian@rocha.is>
This commit is contained in:
kiyon
2021-03-09 01:48:34 +08:00
committed by GitHub
parent b3f62af8b5
commit 86b93a31c0
4 changed files with 113 additions and 1 deletions

1
.gitignore vendored
View File

@@ -12,3 +12,4 @@ examples/textinputs/textinputs
examples/views/views
tutorials/basics/basics
tutorials/commands/commands
.idea