diff options
Diffstat (limited to 'gdb/cli/cli-style.h')
-rw-r--r-- | gdb/cli/cli-style.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/cli/cli-style.h b/gdb/cli/cli-style.h index 6422e52..c2e0df1 100644 --- a/gdb/cli/cli-style.h +++ b/gdb/cli/cli-style.h @@ -124,6 +124,15 @@ 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; |