pub mod appearance;
pub mod buffer_ansi;
pub mod frame_state;
pub mod history;
pub mod inline;
pub mod marks;
pub mod scroll;
pub mod tab_title;
#[cfg_attr(windows, allow(dead_code))]
pub mod tap;
#[cfg_attr(windows, allow(dead_code))]
pub mod theme_notify;
pub mod tty;