mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-14 04:24:52 +02:00
Get progress bar rendering working
This commit is contained in:
@@ -36,7 +36,7 @@ func TestWCSWidth(t *testing.T) {
|
||||
wcswidth("\U0001F1E6\U0001F1E8a", 3)
|
||||
wcswidth("\U0001F1E6\U0001F1E8\U0001F1E6", 4)
|
||||
wcswidth("a\u00adb", 2)
|
||||
wcswidth("a\x1b[22b", 23)
|
||||
wcswidth("a\x1b[22bcd", 25)
|
||||
// Flags individually and together
|
||||
wcwidth("\U0001f1ee\U0001f1f3", 2, 2)
|
||||
wcswidth("\U0001f1ee\U0001f1f3", 2)
|
||||
|
||||
Reference in New Issue
Block a user