mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 08:46:08 +03:00
add empty Inspector file
This commit is contained in:
8
src/Inspector.zig
Normal file
8
src/Inspector.zig
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
//! The Inspector is a development tool to debug the terminal. This is
|
||||||
|
//! useful for terminal application developers as well as people potentially
|
||||||
|
//! debugging issues in Ghostty itself.
|
||||||
|
const Inspector = @This();
|
||||||
|
|
||||||
|
pub fn init() Inspector {
|
||||||
|
return .{};
|
||||||
|
}
|
Reference in New Issue
Block a user