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

Inky sometimes treats lines starting with a number and a colon as options #524

Open
Fendse opened this issue May 17, 2019 · 0 comments
Open

Comments

@Fendse
Copy link
Contributor

Fendse commented May 17, 2019

In Inky (and only in Inky as far as I can tell), if a line starts with a number followed by a colon, it will be treated as an option.

For example, the following code:

3:w
*opt1
*opt2

Ends up with three clickable options labeled w, opt1, and opt2, in that order. opt1 and opt2 work as expected, but clicking w results in a Choice out of range message.

In the following code:

2:w
*opt1
*opt2

clicking the w "option" acts as though opt2 was clicked instead.

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

No branches or pull requests

1 participant