commit | 6b32381343157132e2089ba13d50524b59da106e | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Sat Dec 16 19:42:37 2023 -0700 |
committer | Tom Tromey <tom@tromey.com> | Thu Feb 08 12:15:39 2024 -0700 |
tree | 9764340ef5404f7063548d3f4e32261da54ed363 | |
parent | b1adacb66386222a8da7e64126b80ae334b16089 [diff] |
Rename tui_data_item_window -> tui_register_info tui_data_item_window used to hold a curses window, but we removed that ages ago. Now it just holds information about a single register. This patch renames the class to make it more clearly reflect its meaning. Tested-By: Tom de Vries <tdevries@suse.de> Reviewed-By: Andrew Burgess <aburgess@redhat.com> Approved-By: Andrew Burgess <aburgess@redhat.com>