Skip to content
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

Fix typo in WindowBar parser - fixes #543 #544

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

popey
Copy link

@popey popey commented Nov 6, 2024

πŸ‘‹ Hello!

This corrects a typo in the WindowBar parser. fixes #543

Tested locally:

Before

$ vhs test.tape
File: test.tape
  3 β”‚ Set WindowBar RingsRight
                    ^^^^^^^^^^ RingsRight is not a valid bar style.

parser: 1 error(s)
recording failed

After

./vhs ./test.tape
File: ./test.tape
Output .gif demo.gif
Set WindowBar RingsRight
Set FontSize 46
Set Width 1200
Set Height 600
Type echo Welcome to VHS!
Sleep 500ms
Enter 1
Sleep 5s
Creating demo.gif...
Host your GIF on vhs.charm.sh: vhs publish <file>.gif

demo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RingsRight is not a valid bar style
1 participant