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"
"strings"
"tildegit.org/sloum/lines/termios"
"tildegit.org/sloum/qline/termios"
)
const (
@ -221,9 +221,12 @@ func PrintKey(k rune) {
}
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()
defer termios.Restore()
str := "Hi"
str := ""
for {
fmt.Print("\n")