ZIm/crates/terminal/src
Antonio Scandurra 51298b6912
Use Project's EntityId as the "window id" for Alacritty PTYs (#35876)
It's unfortunate to need to have access to a GPUI window in order to
create a terminal, because it forces to take a `Window` parameter in
entities that otherwise would have been pure models.

This pull request changes it so that we pass the `Project`'s entity id,
which is equally stable as the window id.

Release Notes:

- N/A

Co-authored-by: Ben Brandt <benjamin.j.brandt@gmail.com>
2025-08-08 14:30:49 +00:00
..
mappings Fix Shift+Enter to send newline instead of carriage return in terminal (#33859) 2025-07-03 15:25:11 -07:00
pty_info.rs debugger: Allow users to shutdown debug sessions while they're booting (#34362) 2025-07-12 19:16:35 -04:00
terminal.rs Use Project's EntityId as the "window id" for Alacritty PTYs (#35876) 2025-08-08 14:30:49 +00:00
terminal_hyperlinks.rs chore: Bump Rust version to 1.88 (#33439) 2025-06-26 20:54:19 +02:00
terminal_settings.rs Fix incorrect minimum_contrast comment (#34710) 2025-07-18 10:01:09 -04:00