mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
don't render wide char trailers
This commit is contained in:
@ -510,6 +510,9 @@ pub fn updateCell(
|
||||
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.
|
||||
const needed = needed: {
|
||||
var i: usize = 0;
|
||||
|
Reference in New Issue
Block a user