mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 16:26:08 +03:00
inspector: minor style tweak
This commit is contained in:
@ -1036,13 +1036,13 @@ fn renderTermioWindow(self: *Inspector) void {
|
||||
}
|
||||
}
|
||||
|
||||
cimgui.c.igSeparator();
|
||||
|
||||
if (self.vt_events.empty()) {
|
||||
cimgui.c.igText("Waiting for events...");
|
||||
break :list;
|
||||
}
|
||||
|
||||
cimgui.c.igSeparator();
|
||||
|
||||
_ = cimgui.c.igBeginTable(
|
||||
"table_vt_events",
|
||||
3,
|
||||
|
Reference in New Issue
Block a user