zed/crates/terminal
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
..
src Always synchronize terminal before rendering it 2024-01-18 10:04:38 +01:00
Cargo.toml Add font name completions to ui_font_family and terminal::font_family 2024-01-16 20:32:21 +01:00