Update dependencies and fix focus in vi mode
This commit is contained in:
parent
536cc2fb60
commit
220cd93777
3 changed files with 575 additions and 474 deletions
1046
Cargo.lock
generated
1046
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -34,6 +34,7 @@ rust-embed = "8"
|
|||
[dependencies.cosmic-files]
|
||||
git = "https://github.com/pop-os/cosmic-files.git"
|
||||
default-features = false
|
||||
features = ["winit"]
|
||||
|
||||
[dependencies.cosmic-syntax-theme]
|
||||
git = "https://github.com/pop-os/cosmic-syntax-theme.git"
|
||||
|
|
|
|||
|
|
@ -2687,9 +2687,11 @@ impl Application for App {
|
|||
.position(widget::popover::Position::Point(point));
|
||||
}
|
||||
tab_column = tab_column.push(popover);
|
||||
/*TODO: the status area breaks text box focus
|
||||
if !status.is_empty() {
|
||||
tab_column = tab_column.push(text(status).font(Font::MONOSPACE));
|
||||
}
|
||||
*/
|
||||
}
|
||||
Some(Tab::GitDiff(tab)) => {
|
||||
let mut diff_widget = widget::column::with_capacity(tab.diff.hunks.len());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue