Correct range

This commit is contained in:
Daniel Imms
2025-12-24 08:18:19 -08:00
parent 0e35521810
commit a3ae94af1d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -923,7 +923,7 @@ function customGlyphRangesHandler(): void {
// Powerline Symbols
// Range: E0A0E0D4
// https://github.com/ryanoasis/nerd-fonts
writeUnicodeTable(term, 'Powerline Symbols', 0xE0A0, 0xE0BF, [
writeUnicodeTable(term, 'Powerline Symbols', 0xE0A0, 0xE0D4, [
['Powerline Symbols', 0xE0A0, 0xE0B3, [0xE0A4, 0xE0A5, 0xE0A6, 0xE0A7, 0xE0A8, 0xE0A9, 0xE0AA, 0xE0AB, 0xE0AC, 0xE0AD, 0xE0AE, 0xE0AF]],
['Powerline Extra Symbols', 0xE0B4, 0xE0D4, [0xE0C9, 0xE0CB, 0xE0D3]],
]);
+1 -1
View File
@@ -70,7 +70,7 @@ declare module '@xterm/headless' {
* - Box Drawing (U+2500-U+257F)
* - Box Elements (U+2580-U+259F)
* - Braille Patterns (U+2800-U+28FF)
* - Powerline Symbols (U+E0A0U+E0DF)
* - Powerline Symbols (U+E0A0U+E0D4)
* - Symbols for Legacy Computing (U+1FB00U+1FBFF)
*
* This will typically result in better rendering with continuous lines,
+1 -1
View File
@@ -84,7 +84,7 @@ declare module '@xterm/xterm' {
* - Box Drawing (U+2500-U+257F)
* - Box Elements (U+2580-U+259F)
* - Braille Patterns (U+2800-U+28FF)
* - Powerline Symbols (U+E0A0U+E0DF)
* - Powerline Symbols (U+E0A0U+E0D4)
* - Symbols for Legacy Computing (U+1FB00U+1FBFF)
*
* This will typically result in better rendering with continuous lines,