Appearance
GNU Screen vs VS Code
Side-by-side terminal feature comparison
Summary
12 features differ between these terminals
Feature Comparison
Character Sets
| Feature | GNU Screen | VS Code |
|---|---|---|
| DEC line drawing character set | ✓ | ✓ |
| DEC Special Graphics | ✓ | ✓ |
| G0/G1 character set switching | ✓ | ✓ |
| UTF-8 mode | ✓ | ✓ |
Cursor
Device Status
Editing
| Feature | GNU Screen | VS Code |
|---|---|---|
| Delete characters (DCH) | ✓ | ✓ |
| Delete lines (DL) | ✓ | ✓ |
| Insert characters (ICH) | ✓ | ✓ |
| Insert lines (IL) | ✓ | ✓ |
| Repeat character (REP) | ✗ | ✓ |
Erase
Extensions
Input Protocols
| Feature | GNU Screen | VS Code |
|---|---|---|
| Button-Event Mouse (1002) | ✓ | ✓ |
| CSI u Key Encoding | ✓ | ✓ |
| modifyOtherKeys | ✓ | ✓ |
| Pixel Mouse Reporting (1016) | ✓ | ✓ |
| urxvt Mouse Reporting (1015) | ✓ | ✓ |
| X10 Mouse Tracking (9) | ✓ | ✓ |
Modes
Reset
| Feature | GNU Screen | VS Code |
|---|---|---|
| Backend reset() method | ✓ | ✓ |
| Full reset (RIS) | ✓ | ✓ |
| SGR reset clears attributes | ✓ | ✓ |
| Soft reset (DECSTR) | ✓ | ✓ |
Scrollback
SGR (Text Styling)
Text
Unicode
| Feature | GNU Screen | VS Code |
|---|---|---|
| East Asian Ambiguous Width | ✓ | ✓ |
| Grapheme Cluster Cursor Movement | ✗ | ✗ |
| Tab Stops (HT) | ✗ | ✓ |
| Wide Char at Line Wrap | ✓ | ✓ |
Only in VS Code
11 features supported by VS Code but not GNU Screen:
- Mode Report (DECRPM)Device Status
- Request Setting (DECRQSS)Device Status
- Terminal Version (XTVERSION)Device Status
- Repeat character (REP)Editing
- Kitty keyboard protocolExtensions
- Foreground color query (OSC 10)Extensions
- Background color query (OSC 11)Extensions
- Alt screen separate scrollbackScrollback
- Tab stopsText
- Emoji wide chars (2 cols)Text
- Tab Stops (HT)Unicode