//! 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 .{}; }