diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-03-15 02:46:39 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-03-15 02:46:39 +0300 |
commit | 24b08dac99804bed30824e9becb6f773d5db1874 (patch) | |
tree | dd73a18e9b7042d4c8ca7972dfcc9c22d01f07e4 /src/core-commands.c | |
parent | 8d8d62a108d6329049dac63f25c6119db6c44d12 (diff) | |
download | sciteco-24b08dac99804bed30824e9becb6f773d5db1874.tar.gz |
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.
Diffstat (limited to 'src/core-commands.c')
-rw-r--r-- | src/core-commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |