From 992804cb27993d5de8e6830a8ab9268045ce6892 Mon Sep 17 00:00:00 2001 From: Laurence de Bruxelles Date: Fri, 19 Sep 2025 10:19:10 +0300 Subject: Use STYLE_WHITESPACE for spaces, newlines, and tabs Allow theming the replacement characters shown for showspaces, showtabs, and/or shownewlines. --- ui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui.h') diff --git a/ui.h b/ui.h index c0ca4e3..c4d81db 100644 --- a/ui.h +++ b/ui.h @@ -48,6 +48,7 @@ enum UiStyle { UI_STYLE_SEPARATOR, UI_STYLE_INFO, UI_STYLE_EOF, + UI_STYLE_WHITESPACE, UI_STYLE_MAX, }; -- cgit v1.2.3