Add tabbar and tab mouse support

This commit is contained in:
Zachary Yedidia
2019-01-09 22:13:50 -05:00
parent d54ccace1f
commit 4eaa29e815
6 changed files with 135 additions and 71 deletions

View File

@@ -3,7 +3,6 @@ package util
import (
"bufio"
"fmt"
"log"
"os"
"strconv"
@@ -17,9 +16,7 @@ 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")