server/panes/grid: Fix whitespace error
This commit is contained in:
parent
d8fcaf8e05
commit
27c875b568
1 changed files with 1 additions and 1 deletions
|
|
@ -1195,7 +1195,7 @@ impl Grid {
|
|||
let character_width = terminal_character.width;
|
||||
// Drop zero-width Unicode/UTF-8 codepoints, like for example Variation Selectors.
|
||||
// This breaks unicode grapheme segmentation, and is the reason why some characters
|
||||
// aren't displayed correctly. Refer to this issue for more information:
|
||||
// aren't displayed correctly. Refer to this issue for more information:
|
||||
// https://github.com/zellij-org/zellij/issues/1538
|
||||
if character_width == 0 {
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue