Implement remaining powerline extra symbols

- Uses fontforge + helper bin/convert_svg_to_custom_glyph.js
- Some of these are very large. They'll be much smaller after gzip but
  if this becomes a problem we can compile the svgs into a binary format

Fixes #5479
This commit is contained in:
Daniel Imms
2025-12-24 08:06:20 -08:00
parent d42f2b54ff
commit 1551d94de4
7 changed files with 580 additions and 22 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ declare module '@xterm/headless' {
*
* - Box Drawing (U+2500-U+257F)
* - Box Elements (U+2580-U+259F)
* - Powerline Symbols (U+E0A0U+E0BF)
* - Powerline Symbols (U+E0A0U+E0DF)
* - Symbols for Legacy Computing (U+1FB00U+1FBFF)
*
* This will typically result in better rendering with continuous lines,
+1 -1
View File
@@ -83,7 +83,7 @@ declare module '@xterm/xterm' {
*
* - Box Drawing (U+2500-U+257F)
* - Box Elements (U+2580-U+259F)
* - Powerline Symbols (U+E0A0U+E0BF)
* - Powerline Symbols (U+E0A0U+E0DF)
* - Symbols for Legacy Computing (U+1FB00U+1FBFF)
*
* This will typically result in better rendering with continuous lines,