modified bin/commands/inbox/select.rs
@@ -197,7 +197,7 @@ impl TryFrom<&Context> for State {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/commands/issue/select.rs
@@ -119,7 +119,7 @@ impl TryFrom<&Context> for State {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/commands/patch/select.rs
@@ -61,12 +61,18 @@ pub struct PatchesState {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -119,12 +125,15 @@ impl TryFrom<&Context> for State {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -139,6 +148,7 @@ pub enum Action {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -185,6 +195,10 @@ impl store::State<Action, Selection> for State {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified bin/commands/patch/select/ui.rs
@@ -604,6 +604,7 @@ pub struct HelpProps<'a> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -748,6 +749,7 @@ impl<'a> From<&State> for HelpProps<'a> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -781,6 +783,15 @@ impl<'a, B: Backend> View<State, Action> for Help<'a, B> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -843,7 +854,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/ui/widget/text.rs
@@ -20,6 +20,7 @@ pub struct ParagraphProps<'a> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -47,6 +48,7 @@ impl<'a> Default for ParagraphProps<'a> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -204,6 +206,8 @@ impl<'a: 'static, S, A> View<S, A> for Paragraph<'a, S, A> {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|