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

Long lines are cut off in the UI #831

Closed
arcz opened this issue Sep 23, 2022 · 2 comments · Fixed by #832
Closed

Long lines are cut off in the UI #831

arcz opened this issue Sep 23, 2022 · 2 comments · Fixed by #832

Comments

@arcz
Copy link
Member

arcz commented Sep 23, 2022

Wrap long lines so the whole text is readable in the UI:
Screenshot from 2022-09-23 11-31-08

@ggrieco-tob
Copy link
Member

This is an issue, but difficult to solve, since the user can resize the window and it is non-trivial to know how cut "long" values such as number or strings

@arcz
Copy link
Member Author

arcz commented Sep 23, 2022

I think this could be solved with brick's functions such as https://hackage.haskell.org/package/brick-1.1/docs/Brick-Widgets-Core.html#v:txtWrap

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

Successfully merging a pull request may close this issue.

2 participants