mirror of
https://github.com/helix-editor/helix
synced 2026-03-27 03:21:57 +01:00
We were previously emitting OSC111 to reset the terminal background color when restoring. This breaks setups where you customize the terminal background with OSC11 outside of Helix. We can use OSC111 when there is no detected background color or when restoring during a panic, but otherwise we should first query with `OSC 11 ; ? ST` and set that color when restoring. |
||
|---|---|---|
| .. | ||
| src | ||
| tests | ||
| .gitignore | ||
| Cargo.toml | ||
| README.md | ||