-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bugged output on Nixos #455
Comments
same behavior when trying to run in termux |
Suddenly started getting this yesterday in MacOS 12.6. Seems to be putting everything on one line. Seeing it in both Terminal.app and Alacritty, including with I'll look into enabling debug output if there's an option for that. Installed via Homebrew, I don't see any changes to that package in a while, so not sure what happened. $ for n in {1..10}; do echo "$n"; done | sk
0/10 0/0.> 10/10 10 9 8 7 6 5 4 3 2> 1
$ for n in {1..10}; do echo "$n"; done | fzf
> 10
9
8
7
6
5
4
3
2
1
10/10
> EDIT: No change after updating Xcode tools and a reboot. |
For me on MacOS, it looks like #412 is related, as Around the time this started I was messing with nix-darwin and home-manager, and I see that my Following instructions at https://gpanders.com/blog/the-definitive-guide-to-using-tmux-256color-on-macos/ I regenerated a |
Hi, team,
I'm trying to run skim on nixos. But I got bugged output like this.
I think something is busted, but I'm not sure if it's due to my setup. But I can run fzf without any problem.
I'm on nixos 21.11, and zsh.
Would you please help me here? Thanks!
The text was updated successfully, but these errors were encountered: