Compare commits

...

1 Commits

Author SHA1 Message Date
sloum cdfec887fd Solves the issue where line wrapping is not turned back on 2020-04-14 18:26:03 +00:00
1 changed files with 1 additions and 1 deletions

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