Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mattn committed Sep 28, 2024
1 parent 13a2b59 commit bac06b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ func main() {

if !isPixterm {
if runtime.GOOS == "windows" && !isatty.IsCygwinTerminal(os.Stdout.Fd()) {
if os.Getenv("GO_SIXEL_WINDOWS_USE_SIXEL") == "1" {
if os.Getenv("LONGCAT_WINDOWS_USE_SIXEL") == "1" {
enc = sixel.NewEncoder(&buf)
} else if vtenabled {
isPixterm = true
Expand Down

0 comments on commit bac06b5

Please sign in to comment.