mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 08:46:08 +03:00
terminal: commented log line to see active style count
This commit is contained in:
@ -949,6 +949,8 @@ pub fn setAttribute(self: *Screen, attr: sgr.Attribute) !void {
|
||||
pub fn manualStyleUpdate(self: *Screen) !void {
|
||||
var page = &self.cursor.page_pin.page.data;
|
||||
|
||||
// std.log.warn("active styles={}", .{page.styles.count(page.memory)});
|
||||
|
||||
// Remove our previous style if is unused.
|
||||
if (self.cursor.style_ref) |ref| {
|
||||
if (ref.* == 0) {
|
||||
|
Reference in New Issue
Block a user