Abandoning this attempt, nto good enough at async
This commit is contained in:
parent
8471af5a7d
commit
05cc78d929
7 changed files with 263 additions and 158 deletions
|
@ -6,7 +6,7 @@ use gpui::{
|
|||
ViewHandle,
|
||||
};
|
||||
|
||||
use crate::TermDimensions;
|
||||
use crate::TerminalSize;
|
||||
use project::{LocalWorktree, Project, ProjectPath};
|
||||
use settings::{Settings, WorkingDirectory};
|
||||
use smallvec::SmallVec;
|
||||
|
@ -72,7 +72,7 @@ impl TerminalView {
|
|||
cx: &mut ViewContext<Self>,
|
||||
) -> Self {
|
||||
//The exact size here doesn't matter, the terminal will be resized on the first layout
|
||||
let size_info = TermDimensions::default();
|
||||
let size_info = TerminalSize::default();
|
||||
|
||||
let settings = cx.global::<Settings>();
|
||||
let shell = settings.terminal_overrides.shell.clone();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue