diff options
author | Tom Tromey <tom@tromey.com> | 2020-05-24 20:25:09 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2020-05-24 20:27:48 -0600 |
commit | 0a4f5f8cae7ced715aca791bf4b212f43165119c (patch) | |
tree | 93b70ac665a17a33c0d732e7746f62b3e6f1c9b3 /gdb/NEWS | |
parent | ddb9ebd500c5accf0128b703a8154ef710bf604c (diff) | |
download | gdb-0a4f5f8cae7ced715aca791bf4b212f43165119c.zip gdb-0a4f5f8cae7ced715aca791bf4b212f43165119c.tar.gz gdb-0a4f5f8cae7ced715aca791bf4b212f43165119c.tar.bz2 |
Revert "Add completion styling"
This reverts commit eca1f90cf47a2edc1a1cd22e12c6c0f3b900654e. Several
changes were requested, and it seemed simplest to revert it.
gdb/ChangeLog
2020-05-23 Tom Tromey <tom@tromey.com>
Revert commit eca1f90c:
* 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.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -62,17 +62,6 @@ show exec-file-mismatch -- Show exec-file-mismatch handling (ask|warn|off). executable file; if 'warn', just display a warning; if 'off', don't attempt to detect a mismatch. -set style completion-prefix foreground COLOR -set style completion-prefix background COLOR -set style completion-prefix intensity VALUE -set style completion-difference foreground COLOR -set style completion-difference background COLOR -set style completion-difference intensity VALUE -set style completion-suffix foreground COLOR -set style completion-suffix background COLOR -set style completion-suffix intensity VALUE - Control the styling of completions. - tui new-layout NAME WINDOW WEIGHT [WINDOW WEIGHT]... Define a new TUI layout, specifying its name and the windows that will be displayed. |