Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
leandroveronezi committed Apr 11, 2023
1 parent 8690d18 commit 297f370
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/.idea/
/.history/
6 changes: 1 addition & 5 deletions types_linux.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build linux || darwin
// +build linux darwin

package goTerminal
Expand All @@ -7,11 +8,6 @@ import (
"os"
)

type Coord struct {
X int
Y int
}

type Attribute int

const escape = "\x1b"
Expand Down

0 comments on commit 297f370

Please sign in to comment.