-
Notifications
You must be signed in to change notification settings - Fork 20
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
panic: move cursor value is out of bounds
after any command with ANSI escape sequences
#177
Comments
panic: move cursor value is out of bounds
after any command with ANSI escape sequences
Okay I can't repro the issue with my Go CLI program anymore, idk what's up, |
I have the same error :
|
It's working with bash but not with zsh. Update : updating oh my zsh fixed the problem |
I don't have oh my zsh at all. my entire zshrc: https://cdn.frogg.ie/paste-1703274290.txt |
I have the same with a symfony/console based output, in my case "composer install":
leading to crash:
|
I get the following panic when trying to use
termshot -- pfetch
andtermshot -- "./simple-go-cli-program"
, the latter just prints plain text, it's a tiny go program I wrote to test.I think this has to do with color handling in my terminal? Though, I'm not sure why my Go program (only using log.Printf) would have any color escapes in the output.
Using the following answer from StackoverFlow with
pfetch
does indeed work as expected, though without and color or formatting.Terminal info:
If there's any other info I can help provide, please let me know.
The text was updated successfully, but these errors were encountered: