ZIm/crates/terminal_view/src
Antonio Scandurra ed28170d42 Always synchronize terminal before rendering it
Previously, we were trying not to synchronize the terminal too often
because there could be multiple layout/paint calls prior to rendering
a frame.

Now that we perform a single render pass per frame, we can just synchronize
the terminal state. Not doing so could make it seem like we're dropping frames.
2024-01-18 10:04:38 +01:00
..
persistence.rs Changed SQLez migrations to be executed eagerly 2023-01-30 14:38:48 -08:00
terminal_element.rs Always synchronize terminal before rendering it 2024-01-18 10:04:38 +01:00
terminal_panel.rs Start adding project search listeners to workspace 2024-01-17 22:08:40 +02:00
terminal_view.rs Add typo detection to CI (#4107) 2024-01-17 17:13:47 -08:00