]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Fix TUI text centering
authorTom Tromey <tom@tromey.com>
Fri, 9 Feb 2024 23:22:53 +0000 (16:22 -0700)
committerTom Tromey <tom@tromey.com>
Sat, 2 Mar 2024 01:15:35 +0000 (18:15 -0700)
commita6a3b67fa9052bba81ed91a38569c11ecb95baf1
tree6f7ee22e31ef7887d292c0408cddf7b868ad1de2
parent668183c244d54cb69ce7f292a208c8eca60ad625
Fix TUI text centering

In a couple of spots, the TUI tries to center some text in the window.
Andrew noticed that the calculation is done strangely and the text
ends up somewhat to the left of center.

This patch fixes the problem.

Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=31355
gdb/testsuite/gdb.tui/regs.exp
gdb/tui/tui-data.c
gdb/tui/tui-data.h
gdb/tui/tui-regs.c
gdb/tui/tui-winsource.c