Release setup for 2.2.1 #141

Merged
sloum merged 5 commits from release-setup-2.2.1 into develop 2020-04-23 17:44:47 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit cdfec887fd - Show all commits

View File

@ -56,8 +56,8 @@ func Exit(exitCode int, msg string) {
// InitTerm sets the terminal modes appropriate for Bombadillo
func InitTerm() {
SetCharMode()
Tput("rmam") // turn off line wrapping
Tput("smcup") // use alternate screen
Tput("rmam") // turn off line wrapping
}
// CleanupTerm reverts changs to terminal mode made by InitTerm