From 397554a6091f4a8d337cc4935638bf736bef23be Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Fri, 7 Nov 2025 21:52:15 +0100 Subject: added ED flag 2048 to redirect Scintilla messages to the command line view: enables syntax highlighting on the command line * M[lexer.set.cmdline] can be used to set up syntax highlighting on the command line (if desired). * Color schemes with light-dark themes (solarized.tes) are now responsible to update the command line view as well. --- src/sciteco.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/sciteco.h') diff --git a/src/sciteco.h b/src/sciteco.h index cc43368..388d6c4 100644 --- a/src/sciteco.h +++ b/src/sciteco.h @@ -96,7 +96,8 @@ enum { TECO_ED_SHELLEMU = (1 << 7), TECO_ED_OSC52 = (1 << 8), TECO_ED_ICONS = (1 << 9), - TECO_ED_CLIP_PRIMARY = (1 << 10) + TECO_ED_CLIP_PRIMARY = (1 << 10), + TECO_ED_MINIBUF_SSM = (1 << 11) }; /* in main.c */ -- cgit v1.2.3