Rename core:encoding/ansi to core:terminal/ansi

This commit is contained in:
Feoramund
2025-05-20 15:41:35 -04:00
parent df5e64beeb
commit a9df1b1cde
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -10,12 +10,12 @@ package testing
*/
import "base:runtime"
import "core:encoding/ansi"
import "core:fmt"
import "core:io"
import "core:mem"
import "core:path/filepath"
import "core:strings"
import "core:terminal/ansi"
// Definitions of colors for use in the test runner.
SGR_RESET :: ansi.CSI + ansi.RESET + ansi.SGR