diff --git a/codex-rs/tui/src/notifications/mod.rs b/codex-rs/tui/src/notifications/mod.rs index ff5e3defae..e5e1085995 100644 --- a/codex-rs/tui/src/notifications/mod.rs +++ b/codex-rs/tui/src/notifications/mod.rs @@ -56,7 +56,7 @@ fn supports_osc9() -> bool { // that don't set it (e.g., tmux/ssh) to avoid regressing OSC 9 support. if matches!( env::var("TERM_PROGRAM").ok().as_deref(), - Some("WezTerm" | "ghostty") + Some("WezTerm" | "WarpTerminal" | "ghostty") ) { return true; }