@@ -13,8 +13,8 @@ use editor::{
};
use futures::future::try_join_all;
use gpui::{
- actions, div, AnyElement, AnyView, AppContext, Component, Context, Div, EventEmitter,
- FocusEvent, FocusHandle, Focusable, FocusableElement, FocusableView, InteractiveElement, Model,
+ actions, div, AnyElement, AnyView, AppContext, Context, Div, EventEmitter, FocusEvent,
+ FocusHandle, Focusable, FocusableElement, FocusableView, InteractiveElement, Model,
ParentElement, Render, RenderOnce, SharedString, Styled, Subscription, Task, View, ViewContext,
VisualContext, WeakView,
};
@@ -9,10 +9,10 @@ pub mod terminal_panel;
// use crate::terminal_element::TerminalElement;
use editor::{scroll::autoscroll::Autoscroll, Editor};
use gpui::{
- actions, div, img, red, Action, AnyElement, AppContext, DispatchPhase, Div, Element,
- EventEmitter, FocusEvent, FocusHandle, Focusable, FocusableElement, FocusableView,
- InputHandler, InteractiveElement, KeyDownEvent, Keystroke, Model, MouseButton, ParentElement,
- Pixels, Render, SharedString, Styled, Task, View, ViewContext, VisualContext, WeakView,
+ actions, div, Action, AnyElement, AppContext, DispatchPhase, Div, Element, EventEmitter,
+ FocusEvent, FocusHandle, Focusable, FocusableElement, FocusableView, InputHandler,
+ InteractiveElement, KeyDownEvent, Keystroke, Model, MouseButton, ParentElement, Pixels, Render,
+ SharedString, Styled, Task, View, ViewContext, VisualContext, WeakView,
};
use language::Bias;
use persistence::TERMINAL_DB;