From 4459b8b3aa9d73895391785a99dcc87134e80601 Mon Sep 17 00:00:00 2001 From: Albert Cervin Date: Tue, 17 Sep 2024 08:47:03 +0200 Subject: More lsp support This makes the LSP support complete for now: - Completion - Diagnostics - Goto implementation/declaration - Rename - Documentation - Find references --- src/dged/display.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/dged/display.h') diff --git a/src/dged/display.h b/src/dged/display.h index cfa2eca..6f7f12d 100644 --- a/src/dged/display.h +++ b/src/dged/display.h @@ -197,6 +197,11 @@ void command_list_set_color_fg(struct command_list *list, uint8_t red, */ void command_list_set_inverted_colors(struct command_list *list); +/** + * Enable underline. + */ +void command_list_set_underline(struct command_list *list); + /** * Reset the color and styling information. * -- cgit v1.2.3