mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 16:56:09 +03:00
font/shaper: fix style for runs
This commit is contained in:
@ -55,7 +55,7 @@ pub const RunIterator = struct {
|
||||
try self.hooks.prepare();
|
||||
|
||||
// Let's get our style that we'll expect for the run.
|
||||
const style = self.row.style(&cells[0]);
|
||||
const style = self.row.style(&cells[self.i]);
|
||||
|
||||
// Go through cell by cell and accumulate while we build our run.
|
||||
var j: usize = self.i;
|
||||
|
Reference in New Issue
Block a user