-
Notifications
You must be signed in to change notification settings - Fork 805
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
TUI/Curses support #69
Comments
Frankly, no plan for it now :) |
Well that's too bad, it would be nice... but frankly, it's not like I'm going to stop using it, best choice out there :) |
hey so i've changed line 4270 to this: msg("\033[2J\033[0;0H [%s] % registers".center(78, "-"), "blue") This scrolls it automatically in most terminals when stepping through. Not perfect, but it works for me. Hope this helps. |
Is there any hack to get a non-mangled text over there? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Any plan to implement this? It would obviously not be forced -- Many like to scroll back, but in many cases I would have an easier time tracking if the whole disass, etc scrolled on every step.
stdout/err, stack, dissass, memdump, regs would be obvious panes to support (I hate when a line of stdout pushes the whole ui down a line and makes it even harder to track).
The text was updated successfully, but these errors were encountered: