ZIm/crates/terminal/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
..
mappings Fix inconsistent selection start when dragging outside of terminal bounds 2024-01-04 15:05:39 -08:00
terminal.rs Always synchronize terminal before rendering it 2024-01-18 10:04:38 +01:00
terminal_settings.rs Add font name completions to ui_font_family and terminal::font_family 2024-01-16 20:32:21 +01:00