Skip to content

WezTerm

Backend: wezterm-term Rust crate via napi-rs. (native) · v0.1.0-fork.5
92%
57 passed · 5 failed of 62 features
Tested: March 24, 2026

Extensions

FeatureSupportNotes
Kitty graphics protocol✗ noNot implemented in wezterm-term crate
Kitty keyboard protocol✓ yes
Window title (OSC 2)✓ yes
Hyperlinks (OSC 8)✓ yes
Text reflow on resize✓ yes
Semantic prompts (OSC 133)✓ yes
Sixel graphics✓ yes
24-bit truecolor✓ yes

Reset

FeatureSupportNotes
Backend reset() method✓ yes
Full reset (RIS)✓ yes
SGR reset clears attributes✓ yes

SGR (Text Styling)

FeatureSupportNotes
256-color bg (SGR 48;5)✗ noBackend returns palette index instead of resolved RGB
24-bit bg (SGR 48;2)✓ yes
Blink (SGR 5)✗ noNot exposed via wezterm-term API
Bold (SGR 1)✓ yes
Faint/dim (SGR 2)✓ yes
256-color fg (SGR 38;5)✗ noBackend returns palette index instead of resolved RGB
24-bit fg (SGR 38;2)✓ yes
Hidden/invisible (SGR 8)✗ noNot exposed via wezterm-term API
Inverse video (SGR 7)✓ yes
Italic (SGR 3)✓ yes
Reset all (SGR 0)✓ yes
Strikethrough (SGR 9)✓ yes
Curly underline (SGR 4:3)✓ yes
Dashed underline (SGR 4:5)✓ yes
Dotted underline (SGR 4:4)✓ yes
Double underline (SGR 21)✓ yes
Underline (SGR 4)✓ yes

Powered by Termless
Playwright for Terminals