Appearance
Backend reset() method
Tests whether the terminal backend provides a programmatic reset method that returns the terminal to a clean initial state. This is specific to the Termless testing framework — it verifies that the backend can be reset between test cases.
How this is testedautomated
Write text, call backend
Write text, call backend
reset() method, verify cursor returned to (0,0). Specific to the Termless testing framework.The same probe runs against headless backends (via Termless) and real terminal apps (via a daemon launched in each terminal). This lets us distinguish parser correctness from rendering correctness.
Analysis2026-04-06
Supported by all 12 tested terminals — universal adoption. Part of the Core TUI baseline.
Supported by 14 of 14 backends (100%)
Terminal Applications
| Terminal | Version | Support | Notes |
|---|---|---|---|
| iTerm2 | 3.6.9 | ✓ yes | cursor at 5;5 after DECSTR |
| Ghostty | 1.3.1 | ✓ yes | cursor at 5;5 after DECSTR |
| VS Code | ✓ yes | ||
| Warp | ✓ yes | ||
| Cursor | ✓ yes | ||
| Terminal.app | ✓ yes |