-
Notifications
You must be signed in to change notification settings - Fork 272
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
Unexpected ANSI styling in GIF output #249
Comments
This is the code for the status bar that isn't rendering properly: |
Thanks so much @picatz! Going to take a look soon! 😄 |
While continuing to work on HAL tonight, the status bar being hidden thing seemed to resolve itself, mostly? But, the list view title is still rendering wonky. So is the spacing in the status bar "blocks" showing the messages/tokens/spinner/etc. |
This is a strange one, looks like it's having problems when the first cell is a space (non-character) and if it has a background color. I think it might be due to some environment variables or width issues in VHS or |
I believe it is related to this issue: xtermjs/xterm.js#4120 |
Interesting! So |
Yes, I believe when 5.2.0 is released this should solve the issue. This issue #256 was also causing problems and I was able to reproduce it without VHS (using only |
Awesome! |
Great news! If you use
and brew install ttyd --HEAD this issue should be fixed! Feel free to reopen this issue if you still encounter problems! Thank you so much for reporting this ❤️ |
Suggested by @muesli, I tried using
vhs
to record a demo GIF for a project I'm working on. It didn't come out quite right, and the code isn't open source yet (very soon!). But, I figured I'd open an issue.Which generated this GIF:
I would expect to see something like this:
1. The list view title is showing as a full bar in the GIF, but not in the CLI when I look at it. This is just using the
list
bubble.2. The status bar isn't showing fully when using a space character and a foreground
lipgloss
color for empty space.3. The characters in the status bar are wonky, not properly spaced.
Using version
0.3.0
.The text was updated successfully, but these errors were encountered: