diffuse icon indicating copy to clipboard operation
diffuse copied to clipboard

Running diffuse outputs garbled text

Open JonathanNakhla-Square opened this issue 1 year ago • 3 comments

When I run the command via diffuse diff 0.apk 1.apk for example I get an output that only shows DEC Special Graphics characters and that sticks on my terminal until I run reset or close and reopen terminal. I just installed diffuse moments ago and I'm running on zsh on an M1 Max Macbook. I've tried reinstalling diffuse and restarting my computer but that hasn't fixed the issue. I've also tried using bash instead of zsh and the issue still persists.

Update: diffuse info 0.apk works no problem though!

JonathanNakhla-Square avatar Feb 27 '24 21:02 JonathanNakhla-Square

What terminal emulator are you using?

I've only really tested on iTerm2, but it should work everywhere.

JakeWharton avatar Feb 27 '24 23:02 JakeWharton

Using the default Terminal app (Version 2.14 (453)) on Mac

JonathanNakhla-Square avatar Feb 28 '24 00:02 JonathanNakhla-Square

It seems to work for me using whatever defaults that app has. Not sure what else to tell you. It's especially weird that one command works but the other does not since they all render using the same codepaths and using the same library to build the unicode table.

Screenshot 2024-03-11 at 1 38 34 PM

JakeWharton avatar Mar 11 '24 17:03 JakeWharton