modified radicle-cli/src/commands/seed.rs
@@ -176,7 +176,7 @@ pub fn delete(rid: RepoId, node: &mut Node, profile: &Profile) -> anyhow::Result
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -199,7 +199,12 @@ pub fn seeding(profile: &Profile) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-term/src/table.rs
@@ -56,6 +56,7 @@ impl TableOptions {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -104,7 +105,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -178,6 +179,13 @@ impl<const W: usize, T: Cell> Table<W, T> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|