ZIm/crates/terminal_view/src
Antonio Scandurra 7aba9eb4b7
Introduce a short-term solution for flickering (#8542)
This uses bounds checking alone to determine hover state to avoid
flicker. It's a short-term solution because the rendering is incorrect.
We think this is better than flickering though and buys us some time as
we work on a more robust solution overall.

Release Notes:

- Fixed flickering when hovering.

---------

Co-authored-by: Nathan <nathan@zed.dev>
2024-02-28 17:57:20 +01:00
..
persistence.rs Changed SQLez migrations to be executed eagerly 2023-01-30 14:38:48 -08:00
terminal_element.rs Introduce a short-term solution for flickering (#8542) 2024-02-28 17:57:20 +01:00
terminal_panel.rs Runnables: remove version field from the format (#8118) 2024-02-21 14:30:16 +01:00
terminal_view.rs Rename runnables into tasks (#8119) 2024-02-21 14:56:43 +02:00