Skip to content

Commit 554ff3d

Browse files
committed
updated import due to odin moving ansi package
1 parent 8b76990 commit 554ff3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

termcl.odin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
package termcl
22

33
import "base:runtime"
4-
import "core:encoding/ansi"
54
import "core:fmt"
65
import "core:mem"
76
import "core:mem/virtual"
87
import "core:os"
98
import "core:strconv"
109
import "core:strings"
10+
import "core:terminal/ansi"
1111
import "core:unicode/utf8"
1212

1313
// Sends instructions to terminal

0 commit comments

Comments
 (0)