v0.1.2 moved xterm color functionality to color package, adapters added for compatibility

This commit is contained in:
2026-07-19 05:48:02 -04:00
parent 9853ac0270
commit e5c78a87f2
12 changed files with 210 additions and 228 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ module github.com/lixenwraith/terminal
go 1.26.0
require (
github.com/lixenwraith/color v0.0.0-20260715115131-49124ee97342
github.com/lixenwraith/color v0.0.0-20260719094342-615e11bc7897
golang.org/x/sys v0.47.0
golang.org/x/term v0.45.0
)