mirror of
https://github.com/wez/wezterm.git
synced 2024-11-27 12:23:46 +03:00
avoid potential panic when processing double wide cells
This commit is contained in:
parent
be8c3be910
commit
f301fc6ecc
@ -882,7 +882,7 @@ impl super::TermWindow {
|
||||
continue;
|
||||
}
|
||||
|
||||
if self.config.custom_block_glyphs {
|
||||
if self.config.custom_block_glyphs && glyph_idx == 0 {
|
||||
if let Some(block) = BlockKey::from_cell(¶ms.line.cells()[cell_idx]) {
|
||||
self.populate_block_quad(
|
||||
block,
|
||||
|
Loading…
Reference in New Issue
Block a user