public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 00/11] TUI cleanups
@ 2020-06-18  2:15 Tom Tromey
  2020-06-18  2:15 ` [PATCH 01/11] Use complete_on_enum in tui_reggroup_completer Tom Tromey
                   ` (11 more replies)
  0 siblings, 12 replies; 14+ messages in thread
From: Tom Tromey @ 2020-06-18  2:15 UTC (permalink / raw)
  To: gdb-patches

I started looking more seriously at fixing the TUI's UTF-8 problem.  I
think I have an answer to that -- use pads for the source window to
avoid the truncation problem on both ends -- but before starting, I
found a number of small oddities remaining in the TUI.  So, this
series cleans up various small issues I found, removing more unneeded
TUI code in the process.

Let me know what you think.

More cleanups could be done -- some methods are in the wrong file, and
some things (especially the "locator" window and its associated files)
are misnamed.  However, I wasn't sure if a big rearrangement +
renaming would be welcome, so I didn't do that.  It's easy enough to
do in the future if desired.

Tom



^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2020-09-20  0:58 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-18  2:15 [PATCH 00/11] TUI cleanups Tom Tromey
2020-06-18  2:15 ` [PATCH 01/11] Use complete_on_enum in tui_reggroup_completer Tom Tromey
2020-06-18  2:15 ` [PATCH 02/11] Remove tui_expand_tabs Tom Tromey
2020-06-18  2:15 ` [PATCH 03/11] Move some code out of tui-data.h Tom Tromey
2020-06-18  2:15 ` [PATCH 04/11] Remove tui_data_window::name Tom Tromey
2020-06-18  2:15 ` [PATCH 05/11] Remove useless "if' from tui-regs.c Tom Tromey
2020-06-18  2:15 ` [PATCH 06/11] Rename tui_data_item_window::item_no Tom Tromey
2020-06-18  2:15 ` [PATCH 07/11] Don't derive tui_data_item_window from tui_gen_win_info Tom Tromey
2020-06-18  2:15 ` [PATCH 08/11] Remove body of tui_locator_window constructor Tom Tromey
2020-06-18  2:15 ` [PATCH 09/11] Derive tui_locator_window from tui_win_info Tom Tromey
2020-09-20  0:58   ` Simon Marchi
2020-06-18  2:15 ` [PATCH 10/11] Remove tui_gen_win_info Tom Tromey
2020-06-18  2:15 ` [PATCH 11/11] Make tui_win_info::name pure virtual Tom Tromey
2020-07-02  3:24 ` [PATCH 00/11] TUI cleanups Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).