Closed melomac closed 9 months ago
I figured out where my configuration is messing up with fish output.
To reproduce the problem, you can add this to ~/.config/fish/config.fish
file:
tabs -4
Thank you for the detailed information, @melomac. The just-released VirtualFish 2.5.6 contains the fix you suggested. Thanks again! 😁
On launching
vf
for the first time on macOS, I am getting an error:It turns out the shell command to get current
fish
version also intercepts control characters, apparently related to the size of the window:I am leaving the output in bytes on purpose here (window dimensions 267x100):
Window dimensions 80x24:
I am not sure where the root cause is, but an easy workaround is to run
fish
with the--no-config
/-N
option, ex:Returns the expected output:
Would you please be so kind to consider integrating the following change to virtualfish?