From 7621fda67d13735836c6f050d1eec8c691a68292 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Thu, 26 Feb 2026 10:38:16 +1100 Subject: Add SCI_SETTABDRAWMODE(SCTD_CONTROLCHAR). Allows rendering tabs (ASCII 9) with character representations like any other control character. --- include/Scintilla.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/Scintilla.h') diff --git a/include/Scintilla.h b/include/Scintilla.h index b6786097e..94a66d4f8 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -78,6 +78,7 @@ typedef sptr_t (*SciFnDirectStatus)(sptr_t ptr, unsigned int iMessage, uptr_t wP #define SCI_SETVIEWWS 2021 #define SCTD_LONGARROW 0 #define SCTD_STRIKEOUT 1 +#define SCTD_CONTROLCHAR 2 #define SCI_GETTABDRAWMODE 2698 #define SCI_SETTABDRAWMODE 2699 #define SCI_POSITIONFROMPOINT 2022 -- cgit v1.2.3