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

SimpleMenu is broken with exactly 2 elements #238

Open
Seelengrab opened this issue Jan 24, 2024 · 1 comment
Open

SimpleMenu is broken with exactly 2 elements #238

Seelengrab opened this issue Jan 24, 2024 · 1 comment

Comments

@Seelengrab
Copy link

MWE:

julia> using Term.LiveWidgets

julia> SimpleMenu(["a", "b"]) |> frame
"\e[1m\e[37ma  \e[22m\e[39m\n\e[2mb  \e[22m"

julia> SimpleMenu(["a", "b", "c"]) |> frame
a  
b  
c  


julia> SimpleMenu(["a"]) |> frame
a  
@FedeClaudi
Copy link
Owner

Thanks - I'm not currently actively maintaining this, but hopefully it will be fixed eventually

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

2 participants