Resizing work

This commit is contained in:
Zachary Yedidia
2019-01-05 19:41:40 -05:00
parent e4e99b03d3
commit 9ed9f517b1
4 changed files with 34 additions and 20 deletions

View File

@@ -3,6 +3,7 @@ package util
import (
"bufio"
"fmt"
"log"
"os"
"strconv"
@@ -16,7 +17,9 @@ import (
// This will write the message, and wait for the user
// to press and key to continue
func TermMessage(msg ...interface{}) {
log.Println(msg)
screen.TempFini()
log.Println("fini")
fmt.Println(msg...)
fmt.Print("\nPress enter to continue")