From 8740dcda4dfbc95f4abcbcdb8be246a739ac3811 Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Thu, 25 Dec 2025 03:59:54 -0800 Subject: [PATCH] Replace range separator with hyphen --- addons/addon-webgl/typings/addon-webgl.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/addon-webgl/typings/addon-webgl.d.ts b/addons/addon-webgl/typings/addon-webgl.d.ts index 5a4e9a77..24c43979 100644 --- a/addons/addon-webgl/typings/addon-webgl.d.ts +++ b/addons/addon-webgl/typings/addon-webgl.d.ts @@ -59,12 +59,12 @@ declare module '@xterm/addon-webgl' { * - Box Drawing (U+2500-U+257F) * - Box Elements (U+2580-U+259F) * - Braille Patterns (U+2800-U+28FF) - * - Powerline Symbols (U+E0A0–U+E0D4, Private Use Area with widespread + * - Powerline Symbols (U+E0A0-U+E0D4, Private Use Area with widespread * adoption) * - Git Branch Symbols (U+F5D0-U+F60D, Private Use Area initially adopted * in [Kitty in 2024](https://github.com/kovidgoyal/kitty/pull/7681) by * author of [vim-flog](https://github.com/rbong/vim-flog)) - * - Symbols for Legacy Computing (U+1FB00–U+1FBFF) + * - Symbols for Legacy Computing (U+1FB00-U+1FBFF) * * This will typically result in better rendering with continuous lines, * even when line height and letter spacing is used. The default is true.