Checkpoint, this commit does not compile
This commit is contained in:
parent
b493bafb48
commit
9b6df1fb61
6 changed files with 116 additions and 50 deletions
|
@ -24,7 +24,7 @@ impl<'a> TerminalTestContext<'a> {
|
|||
);
|
||||
|
||||
let connection =
|
||||
cx.add_model(|cx| TerminalConnection::new(None, None, None, size_info, cx));
|
||||
cx.add_model(|cx| TerminalConnection::new_tty(None, None, None, size_info, cx));
|
||||
|
||||
TerminalTestContext { cx, connection }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue