lib: Rename pane group
modified bin/commands/patch/select/imui.rs
@@ -12,7 +12,7 @@ use ratatui::Frame;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -59,7 +59,7 @@ pub enum Message<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -92,7 +92,7 @@ pub struct App<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -125,7 +125,7 @@ impl<'a> TryFrom<&Context> for App<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -180,12 +180,12 @@ impl<'a> store::Update<Message<'a>> for App<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -223,11 +223,11 @@ impl<'a> Show<Message<'a>> for App<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -249,7 +249,7 @@ impl<'a> Show<Message<'a>> for App<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/ui/im.rs
@@ -452,7 +452,7 @@ impl<M> Ui<M>
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -470,7 +470,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/ui/im/widget.rs
@@ -61,12 +61,12 @@ impl Window {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -94,12 +94,12 @@ impl GroupState {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -125,7 +125,7 @@ impl<'a> Group<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|