mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 08:46:08 +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.
|
/// Render the frame.
|
||||||
pub fn render(self: *Inspector) void {
|
pub fn render(self: *Inspector) void {
|
||||||
|
// TODO(paged-terminal)
|
||||||
|
if (true) return;
|
||||||
|
|
||||||
const dock_id = cimgui.c.igDockSpaceOverViewport(
|
const dock_id = cimgui.c.igDockSpaceOverViewport(
|
||||||
cimgui.c.igGetMainViewport(),
|
cimgui.c.igGetMainViewport(),
|
||||||
cimgui.c.ImGuiDockNodeFlags_None,
|
cimgui.c.ImGuiDockNodeFlags_None,
|
||||||
|
Reference in New Issue
Block a user