This commit is contained in:
Stephan Dilly 2020-07-08 20:05:28 +02:00
parent 540997c177
commit 0d09071c0a

View file

@ -18,7 +18,11 @@ use anyhow::{anyhow, Result};
use asyncgit::{sync, AsyncNotification, CWD}; use asyncgit::{sync, AsyncNotification, CWD};
use crossbeam_channel::Sender; use crossbeam_channel::Sender;
use crossterm::event::{Event, KeyEvent}; use crossterm::event::{Event, KeyEvent};
use std::{cell::Cell, cell::RefCell, path::Path, rc::Rc}; use std::{
cell::{Cell, RefCell},
path::Path,
rc::Rc,
};
use tui::{ use tui::{
backend::Backend, backend::Backend,
layout::{Constraint, Direction, Layout, Margin, Rect}, layout::{Constraint, Direction, Layout, Margin, Rect},