| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 513305c commit 8fac878
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -862,7 +862,7 @@ class Interface extends InterfaceConstructor { | |||
| 862 | 862 | offset += this.tabSize - (offset % this.tabSize); | |
| 863 | 863 | continue; | |
| 864 | 864 | } | |
| 865 | - const width = getStringWidth(char); | ||
| 865 | + const width = getStringWidth(char, false /* stripVTControlCharacters */); | ||
| 866 | 866 | if (width === 0 || width === 1) { | |
| 867 | 867 | offset += width; | |
| 868 | 868 | } else { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments