pub fn parse_window_list(output: &str) -> Vec<WindowInfo>Expand description
Parse tmux list-windows output into WindowInfo structs. Format: “index|name|active|path” per line.
pub fn parse_window_list(output: &str) -> Vec<WindowInfo>Parse tmux list-windows output into WindowInfo structs. Format: “index|name|active|path” per line.