Problem with alacritty's handling of selections when the terminal resizes

This commit is contained in:
Mikayla Maki 2022-09-03 20:52:40 -07:00
parent acc1950ab4
commit 68cf91de32
5 changed files with 30 additions and 12 deletions

View file

@ -114,6 +114,7 @@ impl TerminalContainer {
size_info,
settings.terminal_overrides.blinking.clone(),
scroll,
cx.window_id(),
) {
Ok(terminal) => {
let terminal = cx.add_model(|cx| terminal.subscribe(cx));