Matt Hutton

Results 6 comments of Matt Hutton

For some terminal themes, the outcome is more extreme, e.g. as a new user trying out one of the examples locally, I got the false impression that nushell didn't work...

I'm using this in my lazygit config file as a workaround, which makes `ctrl-f` show the selected commit in a subprocess, then press `ENTER` to exit back to lazygit. ```...

Same with macOS Ventura lastest (13.6.3) with lasted zellij (0.39.2). `zellij --layout compact` always works, `zellij --layout strider` always exits within about 200ms with `Received empty message from server`. `zellij...

Appears to be fixed in the newly released 0.40.0 on my Sonoma system. Was failing with Zellij 0.39.2, but now works fine.

I had the same issue with the defaults, and it seems to be related to the `truecolor = True` setting not working well in Terminal.app, which doesn't seem to support...

Perhaps btop should be able to toggle this automatically based on the `COLORTERM` env variable? I.e. to use truecolor only when `COLORTERM` is set to `truecolor`? That approach is used...