Problem with alacritty's handling of selections when the terminal resizes
This commit is contained in:
parent
acc1950ab4
commit
68cf91de32
5 changed files with 30 additions and 12 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue