mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Correct range
This commit is contained in:
+1
-1
@@ -923,7 +923,7 @@ function customGlyphRangesHandler(): void {
|
||||
// Powerline Symbols
|
||||
// Range: E0A0–E0D4
|
||||
// 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]],
|
||||
]);
|
||||
|
||||
Vendored
+1
-1
@@ -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+E0A0–U+E0DF)
|
||||
* - Powerline Symbols (U+E0A0–U+E0D4)
|
||||
* - Symbols for Legacy Computing (U+1FB00–U+1FBFF)
|
||||
*
|
||||
* This will typically result in better rendering with continuous lines,
|
||||
|
||||
Vendored
+1
-1
@@ -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+E0A0–U+E0DF)
|
||||
* - Powerline Symbols (U+E0A0–U+E0D4)
|
||||
* - Symbols for Legacy Computing (U+1FB00–U+1FBFF)
|
||||
*
|
||||
* This will typically result in better rendering with continuous lines,
|
||||
|
||||
Reference in New Issue
Block a user