1
1
Fork 0

Updates project name and cleans things up

This commit is contained in:
sloum 2021-04-01 14:43:48 -07:00
parent a7ff162b69
commit 8fa1f10d88
2 changed files with 6 additions and 3 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
lines qline

View File

@ -6,7 +6,7 @@ import (
"os" "os"
"strings" "strings"
"tildegit.org/sloum/lines/termios" "tildegit.org/sloum/qline/termios"
) )
const ( const (
@ -221,9 +221,12 @@ func PrintKey(k rune) {
} }
func main() { func main() {
// This main func is just for testing and will
// be removed with the intention that this just
// gets used as a lib
termios.SetCharMode() termios.SetCharMode()
defer termios.Restore() defer termios.Restore()
str := "Hi" str := ""
for { for {
fmt.Print("\n") fmt.Print("\n")