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

term-ux: does not resize while running with gdb #128

Open
ChillerDragon opened this issue Mar 8, 2023 · 2 comments
Open

term-ux: does not resize while running with gdb #128

ChillerDragon opened this issue Mar 8, 2023 · 2 comments
Labels
term-ux terminal ncurses client

Comments

@ChillerDragon
Copy link
Member

I am sure curses could be made to work with gdb

@ChillerDragon
Copy link
Member Author

Seems like getmaxyx does only return the size it started with when run with gdb. And never updates on resize.

gdb_resize.mp4

ChillerDragon added a commit that referenced this issue Mar 8, 2023
Resizing to a bigger window size as the initial one still does not work
while running term-ux with gdb
@ChillerDragon
Copy link
Member Author

Now it is better. As a circumvent users can launch the client in the maximum desired size and the shrink it down and size it back up as they please. But growing the initial size is still not possible. I assume it is because the calls to getmaxx() for drawing the windows still think there is some other maximum. Not sure if it is sane or possible to trick curses into thinking the windows are bigger.

shirnk_ok.mp4

@ChillerDragon ChillerDragon changed the title [term-ux] does not resize while running with gdb term-ux: does not resize while running with gdb Oct 10, 2024
@ChillerDragon ChillerDragon added the term-ux terminal ncurses client label Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
term-ux terminal ncurses client
Projects
None yet
Development

No branches or pull requests

1 participant