Appearance
Kitty vs Terminal.app
Side-by-side terminal feature comparison
Summary
4 features differ between these terminals
Feature Comparison
Character Sets
| Feature | Kitty | Terminal.app |
|---|---|---|
| DEC line drawing character set | ✓ | ✓ |
| DEC Special Graphics | ✓ | ✓ |
| G0/G1 character set switching | ✓ | ✓ |
| UTF-8 mode | ✓ | ✓ |
Cursor
Device Status
Editing
Erase
Extensions
Input Protocols
Modes
Reset
| Feature | Kitty | Terminal.app |
|---|---|---|
| DECALN screen alignment (ESC # 8) | ✓ | ✗ |
| Backend reset() method | ✓ | ✓ |
| Full reset (RIS) | ✓ | ✓ |
| SGR reset clears attributes | ✓ | ✓ |
| Soft reset (DECSTR) | ✓ | ✓ |
Scrollback
SGR (Text Styling)
Text
Unicode
| Feature | Kitty | Terminal.app |
|---|---|---|
| East Asian Ambiguous Width | ✓ | ✓ |
| Grapheme Cluster Cursor Movement | ✗ | ✗ |
| Tab Stops (HT) | ✓ | ✓ |
| Wide Char at Line Wrap | ✓ | ✓ |
Only in Kitty
4 features supported by Kitty but not Terminal.app:
- Cursor back (CUB)Cursor
- Cursor down (CUD)Cursor
- Cursor up (CUU)Cursor
- DECALN screen alignment (ESC # 8)Reset