Bug 25586 - Resizing the source/disassembly or commend window produces corrupted display
Summary: Resizing the source/disassembly or commend window produces corrupted display
Status: RESOLVED FIXED
Alias: None
Product: gdb
Classification: Unclassified
Component: tui (show other bugs)
Version: 9.1
: P2 normal
Target Milestone: 9.2
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-22 19:56 UTC by Eli Zaretskii
Modified: 2020-04-09 22:57 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments
Proposed patch to fix problems with resizing TUI windows (1.35 KB, patch)
2020-02-22 20:02 UTC, Eli Zaretskii
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eli Zaretskii 2020-02-22 19:56:49 UTC
This was reported by Aleksey Midenkov <midenok@gmail.com> on the gdb mailing list.

After starting GDB 9.1, the command "winheight src +8" produces corrupted display because the command window overlaps the source window.
Comment 1 Eli Zaretskii 2020-02-22 20:02:31 UTC
Created attachment 12312 [details]
Proposed patch to fix problems with resizing TUI windows
Comment 2 Eli Zaretskii 2020-02-22 20:16:29 UTC
Fixed on the gdb-9-branch branch.
Comment 3 Joel Brobecker 2020-04-09 22:57:53 UTC
The fix was not in 9.1, but 9.2, so fixing that.