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

Rendering gdb tui mode seems broken #661

Closed
herrhotzenplotz opened this issue Apr 30, 2022 · 3 comments
Closed

Rendering gdb tui mode seems broken #661

herrhotzenplotz opened this issue Apr 30, 2022 · 3 comments
Labels
bug Something isn't working VT: Backend Virtual Terminal Backend (libterminal API)
Milestone

Comments

@herrhotzenplotz
Copy link
Contributor

I guess this one is pretty obvious:

2022-04-30-120827_998x632_scrot

Steps to reproduce:

$ gdb -q -tui --args ./foobar
@christianparpart
Copy link
Member

christianparpart commented Apr 30, 2022

I in fact had to check how it is supposed to look like.

There are two problems to be fixed:

  • box-drawing not showing the expected characters (maybe due to shift-select VT sequences?)
  • background color should have been cleared, but isn't?

That's urgent enough, IMHO, i'll fix that right after i'm done with selection PR.

@christianparpart christianparpart added the VT: Backend Virtual Terminal Backend (libterminal API) label Apr 30, 2022
@christianparpart christianparpart modified the milestones: 0.3.1, 0.3.2 Apr 30, 2022
@christianparpart christianparpart added the bug Something isn't working label May 2, 2022
@whisperity
Copy link
Member

Affects more than just gdb tui. aptitude:

Screenshot_20220502_161829

christianparpart added a commit that referenced this issue May 5, 2022
[terminal] Fixes SGR and text breakage when altering charsets via `ESC ( 0` VT sequence (#661).
@christianparpart
Copy link
Member

All fixed on master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working VT: Backend Virtual Terminal Backend (libterminal API)
Projects
None yet
Development

No branches or pull requests

3 participants