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/core-commands.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/core-commands.c') diff --git a/src/core-commands.c b/src/core-commands.c index 99fd628..e0141c3 100644 --- a/src/core-commands.c +++ b/src/core-commands.c @@ -2017,6 +2017,13 @@ TECO_DEFINE_STATE_COMMAND(teco_state_ctlc_control); * by the \(lqNerd Fonts\(rq project. * Changes to this flag in interactive mode may not become * effective immediately. + * .IP 1024: + * If set the default clipboard register \(lq~\(rq will refer + * to the primary clipboard (\(lq~P\(rq) instead of the + * clipboard selection (\(lq~C\(rq). + * .IP 2048: + * Enable/Disable redirection of Scintilla messages (\fBES\fP) + * to the command line's Scintilla view. * * The features controlled thus are discribed in other sections * of this manual. -- cgit v1.2.3