Closed maxigaz closed 2 years ago
That's a bad one. I'll look into it. Thanks for reporting it!
You’re running manjaro, right? So your alacritty should be around version 0.9.0?
Yes, it's still 0.9.0.
Looks like I never noticed that problem because I’m using fish
. With zsh
the problem was quite obvious though.
It’s fixed in the underlying cursedspace
and thus also fixed in pter version 2.2.1.
Thanks again for pointing it out! :grin:
I can confirm that it works now. Thank you!
After pter 2.2.0 is run, messages printed out by khal contain superfluous whitespace in Alacritty v0.9.0 and Zsh v5.8. So far, I could only fix it temporarily by starting a new shell session.
Here's a screencast showing the example of running
khal --help
before and after pter is run (with an empty todo file):https://user-images.githubusercontent.com/10419911/141444265-67a9de1c-ce9d-4349-8dc4-af74bc164b10.mp4
Edit: Any command using
cat
andecho
is affected, too. For example:echo $XDG_SESSION_TYPE
cat /proc/cpuinfo