You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This only has impact on the readability of test outputs.
Partial cells are cells in the buffer that should not contain a rune, because the previous cell contains a full-width unicode rune. Full-width unicode runes that two cells when printed on the terminal.
The partial cell is printed out even though it should be skipped:
This only has impact on the readability of test outputs.
Partial cells are cells in the buffer that should not contain a rune, because the previous cell contains a full-width unicode rune. Full-width unicode runes that two cells when printed on the terminal.
The partial cell is printed out even though it should be skipped:
The bug seems to be here, we print out the rune even if it is is partial:
termdash/internal/faketerm/diff.go
Lines 72 to 75 in 07850c7
And here:
termdash/internal/faketerm/faketerm.go
Lines 130 to 133 in 07850c7
The text was updated successfully, but these errors were encountered: