Revert "Add completion styling"
This reverts commiteca1f90cf4
. Several changes were requested, and it seemed simplest to revert it. gdb/ChangeLog 2020-05-23 Tom Tromey <tom@tromey.com> Revert commiteca1f90c
: * NEWS: Remove entry for completion styling. * completer.c (_rl_completion_prefix_display_length): Move declaration later. (gdb_fnprint): Revert. (gdb_display_match_list_1): Likewise. * cli/cli-style.c (completion_prefix_style) (completion_difference_style, completion_suffix_style): Remove. (_initialize_cli_style): Revert. * cli/cli-style.h (completion_prefix_style) (completion_difference_style, completion_suffix_style): Don't declare. gdb/doc/ChangeLog 2020-05-23 Tom Tromey <tom@tromey.com> * gdb.texinfo (Output Styling): Don't mention completion styling. (Editing): Don't mention readline completion styling. gdb/testsuite/ChangeLog 2020-05-23 Tom Tromey <tom@tromey.com> * gdb.base/style.exp: Remove completion styling test. * lib/gdb-utils.exp (style): Remove completion styles.
This commit is contained in:
parent
ddb9ebd500
commit
0a4f5f8cae
10 changed files with 32 additions and 148 deletions
|
@ -124,15 +124,6 @@ extern cli_style_option tui_border_style;
|
|||
/* The border style of a TUI window that does have the focus. */
|
||||
extern cli_style_option tui_active_border_style;
|
||||
|
||||
/* The style for the common prefix of completions. */
|
||||
extern cli_style_option completion_prefix_style;
|
||||
|
||||
/* The style for the difference character of completions. */
|
||||
extern cli_style_option completion_difference_style;
|
||||
|
||||
/* The style for the suffix of completions. */
|
||||
extern cli_style_option completion_suffix_style;
|
||||
|
||||
/* True if source styling is enabled. */
|
||||
extern bool source_styling;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue