mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 08:46: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()) {
|
if (self.vt_events.empty()) {
|
||||||
cimgui.c.igText("Waiting for events...");
|
cimgui.c.igText("Waiting for events...");
|
||||||
break :list;
|
break :list;
|
||||||
}
|
}
|
||||||
|
|
||||||
cimgui.c.igSeparator();
|
|
||||||
|
|
||||||
_ = cimgui.c.igBeginTable(
|
_ = cimgui.c.igBeginTable(
|
||||||
"table_vt_events",
|
"table_vt_events",
|
||||||
3,
|
3,
|
||||||
|
Reference in New Issue
Block a user