diff --git a/cui/cui.go b/cui/cui.go index 7f2be9f..676fcc6 100644 --- a/cui/cui.go +++ b/cui/cui.go @@ -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