1
0
mirror of https://github.com/helix-editor/helix synced 2026-05-03 05:10:38 +02:00
Files
Michael Davis 253e6195c8 Restore original terminal background color (#15527)
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.
2026-03-26 13:10:06 -04:00
..
2021-05-09 17:52:55 +09:00
2022-01-04 10:45:31 +09:00

helix-tui

This library is a fork of the great library tui-rs. We've mainly relied on the double buffer implementation and render diffing, side-stepping its widget and layouting.