Appearance
Editing
Insert and delete operations for characters and lines. ICH, DCH, IL, and DL are core VT100/VT220 sequences used by virtually every full-screen terminal application (vim, tmux, less). They allow inserting blank space or removing content at the cursor position, shifting surrounding content to accommodate the change. Without VT220's editing sequences, every text insertion in vim would require redrawing the entire line. ICH and DCH made character-level editing practical — transforming terminals from display devices into interactive editors.
Analysis2026-04-06
The Editing category covers 17 features. Top performers (100%): Ghostty, Kitty, iTerm2, Terminal.app, vterm.js and 6 more. Common gaps: Insert characters (ICH) (1 terminal fails), Delete characters (DCH) (1 terminal fails), Insert lines (IL) (1 terminal fails).
Terminal Applications
Headless Backends
Parser correctness tested via Termless. A ✓ means the parser accepts the sequence, not that it renders correctly.