Skip to main content

supports_kitty

Function supports_kitty 

Source
pub fn supports_kitty<F>(env_lookup: F) -> bool
where F: Fn(&str) -> Option<String>,
Expand description

Mirror of tui::chart::supports_kitty for the standalone nms process. Returns true when the surrounding terminal advertises kitty-graphics support via env vars set by the terminal emulator.