WIP - move terminal to project as pre-prep for collaboration
This commit is contained in:
parent
7dde54b052
commit
1b8763d0cf
14 changed files with 95 additions and 30 deletions
|
@ -1,8 +1,5 @@
|
|||
pub mod mappings;
|
||||
mod persistence;
|
||||
pub mod terminal_container_view;
|
||||
pub mod terminal_element;
|
||||
pub mod terminal_view;
|
||||
|
||||
use alacritty_terminal::{
|
||||
ansi::{ClearMode, Handler},
|
||||
|
@ -37,7 +34,6 @@ use persistence::TERMINAL_CONNECTION;
|
|||
use procinfo::LocalProcessInfo;
|
||||
use settings::{AlternateScroll, Settings, Shell, TerminalBlink};
|
||||
use util::ResultExt;
|
||||
use workspace::{ItemId, WorkspaceId};
|
||||
|
||||
use std::{
|
||||
cmp::min,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue