modified bin/commands/patch/select/imui.rs
@@ -49,7 +49,7 @@ const HELP: &str = r#"# Generic keybindings
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -243,7 +243,7 @@ impl App {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -278,7 +278,12 @@ impl App {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -314,7 +319,7 @@ impl im::App for App {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -481,7 +486,7 @@ impl im::App for App {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -644,7 +649,7 @@ fn browser_context<'a>(ui: &im::Ui, state: &'a State) -> Vec<Column<'a>> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/ui/im.rs
@@ -9,22 +9,25 @@ use tui::ui::im::widget::{TableState, TextEditState, Widget};
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -106,7 +109,10 @@ impl<'a, R, const W: usize> Widget for Browser<'a, R, W>
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|