mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
Skip cursor_height from while loop
This commit is contained in:
@ -82,6 +82,7 @@ pub fn apply(self: *Metrics, mods: ModifierSet) void {
|
|||||||
},
|
},
|
||||||
|
|
||||||
inline else => |tag| {
|
inline else => |tag| {
|
||||||
|
if (tag == .cursor_height) continue; // Skip cursor_height since it's handled above
|
||||||
@field(self, @tagName(tag)) = entry.value_ptr.apply(@field(self, @tagName(tag)));
|
@field(self, @tagName(tag)) = entry.value_ptr.apply(@field(self, @tagName(tag)));
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user