Skip to content

Feature Reporting (TERM_FEATURES) โ€‹

Category: device ยท Tags: Iterm2 ยท Specification โ†—

TERM_FEATURES is an environment variable proposed by iTerm2 for terminals to advertise their capabilities as a semicolon-delimited list of capability strings. Unlike escape-sequence-based detection, this approach allows applications to check capabilities without TTY I/O, making it suitable for non-interactive contexts. Adoption remains limited as most terminals prefer escape-sequence-based feature reporting.
How this is tested: Check whether the TERM_FEATURES environment variable is set in the terminal session.
Analysis2026-03-26

Not supported by any tested terminal. Part of the Rich TUI baseline.

Supported by 0 of 13 backends (0%)

Terminal Applications โ€‹

TerminalVersionSupportNotes
iTerm23.6.9โœ— no
Ghostty1.3.1โœ— no
VS Code1.112.0โœ— no
Warp0.2026.03.18.08.24.03โœ— no
Cursor2.6.21โœ— no
tmux3.6aโœ— notmux does not pass through XTGETTCAP terminal-features query
Kitty0.46.2โœ— no
Terminal.app2.15โœ— no
GNU Screen5.0.1โœ— noScreen does not support XTGETTCAP terminal-features query

Headless Backends โ€‹

Parser correctness only โ€” a โœ“ means the parser accepts the sequence.

BackendVersionSupportNotes
Alacritty0.26.0? unknown
vt1000.2.1? unknown
vterm0.2.0? unknown
WezTerm0.1.0-fork.5? unknown

Powered by Termless
Playwright for Terminals