mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 16:56:09 +03:00
inspector: todo on render
This commit is contained in:
@ -179,6 +179,9 @@ pub fn recordPtyRead(self: *Inspector, data: []const u8) !void {
|
||||
|
||||
/// Render the frame.
|
||||
pub fn render(self: *Inspector) void {
|
||||
// TODO(paged-terminal)
|
||||
if (true) return;
|
||||
|
||||
const dock_id = cimgui.c.igDockSpaceOverViewport(
|
||||
cimgui.c.igGetMainViewport(),
|
||||
cimgui.c.ImGuiDockNodeFlags_None,
|
||||
|
Reference in New Issue
Block a user