mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 00:06:09 +03:00
don't render wide char trailers
This commit is contained in:
@ -510,6 +510,9 @@ pub fn updateCell(
|
|||||||
break :colors res;
|
break :colors res;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// If we are a trailing spacer, we never render anything.
|
||||||
|
if (cell.attrs.wide_spacer_tail == 1) return true;
|
||||||
|
|
||||||
// Calculate the amount of space we need in the cells list.
|
// Calculate the amount of space we need in the cells list.
|
||||||
const needed = needed: {
|
const needed = needed: {
|
||||||
var i: usize = 0;
|
var i: usize = 0;
|
||||||
|
Reference in New Issue
Block a user