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

TerminalMenu scrolling doesn't work with wrapping entries #39198

Open
jakobnissen opened this issue Jan 11, 2021 · 1 comment
Open

TerminalMenu scrolling doesn't work with wrapping entries #39198

jakobnissen opened this issue Jan 11, 2021 · 1 comment
Labels
bug Indicates an unexpected problem or unintended behavior REPL Julia's REPL (Read Eval Print Loop)

Comments

@jakobnissen
Copy link
Contributor

If you have a terminal shorter than 200 characters, it can be triggered like this:

using REPL.TerminalMenus
request(RadioMenu(["a"^150, "b"^200]))

, and scrolling up and down a couple of times.
It appears the menus assume all entries fit in one line.

@timholy
Copy link
Member

timholy commented Jan 12, 2021

Yeah, that's true. In e.g., Cthulhu, care is taken not to exceed a line, but arguably that should be imposed by TerminalMenu itself.

@StefanKarpinski StefanKarpinski added bug Indicates an unexpected problem or unintended behavior REPL Julia's REPL (Read Eval Print Loop) labels Apr 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior REPL Julia's REPL (Read Eval Print Loop)
Projects
None yet
Development

No branches or pull requests

3 participants