Appearance
tmux vs vt100.js
Side-by-side terminal feature comparison
Summary
60 features differ between these terminals
Feature Comparison
Character Sets
| Feature | tmux | vt100.js |
|---|---|---|
| DEC line drawing character set | ✓ | ✓ |
| DEC Special Graphics | ✓ | ✓ |
| G0/G1 character set switching | ✓ | ✓ |
| UTF-8 mode | ✓ | ✓ |
Cursor
Device Status
Editing
| Feature | tmux | vt100.js |
|---|---|---|
| Delete characters (DCH) | ✓ | ✓ |
| Delete lines (DL) | ✓ | ✓ |
| Insert characters (ICH) | ✓ | ✓ |
| Insert lines (IL) | ✓ | ✓ |
| Repeat character (REP) | ✓ | ✗ |
Erase
Extensions
Input Protocols
| Feature | tmux | vt100.js |
|---|---|---|
| Button-Event Mouse (1002) | ✓ | ✗ |
| CSI u Key Encoding | ✓ | ✗ |
| modifyOtherKeys | ✓ | ✗ |
| modifyOtherKeys mode 3 | ? | ✗ |
| Pixel Mouse Reporting (1016) | ✓ | ✗ |
| urxvt Mouse Reporting (1015) | ✓ | ✗ |
| X10 Mouse Tracking (9) | ✓ | ✗ |
Modes
Reset
| Feature | tmux | vt100.js |
|---|---|---|
| Backend reset() method | ✓ | ✓ |
| Full reset (RIS) | ✓ | ✓ |
| SGR reset clears attributes | ✓ | ✓ |
| Soft reset (DECSTR) | ✓ | ✓ |
Scrollback
SGR (Text Styling)
Text
Unicode
| Feature | tmux | vt100.js |
|---|---|---|
| East Asian Ambiguous Width | ✓ | ✓ |
| Grapheme Cluster Cursor Movement | ✓ | ✓ |
| Tab Stops (HT) | ✓ | ✓ |
| Wide Char at Line Wrap | ✓ | ✗ |
Only in tmux
52 features supported by tmux but not vt100.js:
- CUP with DECOMCursor
- Cursor shape (DECSCUSR)Cursor
- Request Setting (DECRQSS)Device Status
- Secondary Device Attributes (DA2)Device Status
- Terminal Version (XTVERSION)Device Status
- Repeat character (REP)Editing
- EL erases with bg colorErase
- Selective Erase (DECSED)Erase
- iTerm2 Inline Images (OSC 1337)Extensions
- Desktop Notifications (OSC 9/777)Extensions
- VS Code Shell Integration (OSC 633)Extensions
- Clipboard access (OSC 52)Extensions
- Current directory (OSC 7)Extensions
- Hyperlinks (OSC 8)Extensions
- Text reflow on resizeExtensions
- Semantic prompts (OSC 133)Extensions
- Sixel graphicsExtensions
- 24-bit truecolorExtensions
- Button-Event Mouse (1002)Input Protocols
- CSI u Key EncodingInput Protocols
- modifyOtherKeysInput Protocols
- Pixel Mouse Reporting (1016)Input Protocols
- urxvt Mouse Reporting (1015)Input Protocols
- X10 Mouse Tracking (9)Input Protocols
- Enter alt screen (DECSET 1049)Modes
- Bracketed paste (DECSET 2004)Modes
- Focus tracking (DECSET 1004)Modes
- Left/Right Margins (DECLRMM, Mode 69)Modes
- All motion mouse (DECSET 1003)Modes
- SGR mouse mode (DECSET 1006)Modes
- Mouse tracking (DECSET 1000)Modes
- Alt screen separate scrollbackScrollback
- 256-color bg (SGR 48;5)SGR (Text Styling)
- Bright bg colors (SGR 100-107)SGR (Text Styling)
- 24-bit bg (SGR 48;2)SGR (Text Styling)
- Faint/dim (SGR 2)SGR (Text Styling)
- 256-color fg (SGR 38;5)SGR (Text Styling)
- Bright fg colors (SGR 90-97)SGR (Text Styling)
- 24-bit fg (SGR 38;2)SGR (Text Styling)
- Italic (SGR 3)SGR (Text Styling)
- Strikethrough (SGR 9)SGR (Text Styling)
- Underline color (SGR 58)SGR (Text Styling)
- Curly underline (SGR 4:3)SGR (Text Styling)
- Dashed underline (SGR 4:5)SGR (Text Styling)
- Dotted underline (SGR 4:4)SGR (Text Styling)
- Double underline (SGR 21)SGR (Text Styling)
- Combining characters (0 cols)Text
- CJK wide chars (2 cols)Text
- Emoji wide chars (2 cols)Text
- Regional indicator flags (2 cols)Text
- Variation selector 16 (emoji presentation)Text
- Wide Char at Line WrapUnicode
Only in vt100.js
2 features supported by vt100.js but not tmux:
- CUP at screen boundariesCursor
- Origin mode (DECOM)Modes