From 24b08dac99804bed30824e9becb6f773d5db1874 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sat, 15 Mar 2025 02:46:39 +0300 Subject: Curses: use special ellipsis symbol instead of "..." when truncating strings This requires Unicode icon support to be enabled via ED. The ellipsis symbol is shorter and more distinctive, allowing more of the original text to be preserved before truncation. --- src/core-commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core-commands.c') diff --git a/src/core-commands.c b/src/core-commands.c index a9f6cb9..979095b 100644 --- a/src/core-commands.c +++ b/src/core-commands.c @@ -2248,7 +2248,7 @@ TECO_DEFINE_STATE_CASEINSENSITIVE(teco_state_escape, * Must only be enabled if the terminal emulator is configured * properly. * .IP 512: - * Enable/Disable Unicode icons in the Curses UI. + * Enable/Disable Unicode icons and symbols in the Curses UI. * This requires a capable font, like the ones provided * by the \(lqNerd Fonts\(rq project. * Changes to this flag in interactive mode may not become -- cgit v1.2.3