Bump alacritty to fix some panics (#7313)
Release Notes: - Fixed some panics in the Terminal ([#6835](https://github.com/zed-industries/zed/issues/6835)).
This commit is contained in:
parent
fcbc220408
commit
583273b6ee
3 changed files with 5 additions and 5 deletions
|
@ -364,7 +364,7 @@ impl TerminalBuilder {
|
|||
pty,
|
||||
pty_options.hold,
|
||||
false,
|
||||
);
|
||||
)?;
|
||||
|
||||
//Kick things off
|
||||
let pty_tx = event_loop.channel();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue