modified Cargo.lock
@@ -2574,8 +2574,8 @@ dependencies = [
|
|
|
|
|
|
| + | |
|
|
| - | |
|
|
|
|
|
@@ -3620,6 +3620,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-term/Cargo.toml
@@ -18,7 +18,7 @@ inquire = { version = "0.6.2", default-features = false, features = ["termion",
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-term/src/ansi/paint.rs
@@ -4,7 +4,6 @@ use std::sync::atomic::AtomicBool;
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -232,16 +231,6 @@ impl<T> Paint<T> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
modified radicle-term/src/cell.rs
@@ -2,8 +2,8 @@ use std::fmt;
|
|
|
|
|
|
| + | |
|
|
| - | |
|
|
|
|
|
@@ -123,7 +123,9 @@ impl Cell for str {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -204,3 +206,12 @@ impl<T: Cell + fmt::Display> Cell for Filled<T> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
modified radicle-term/src/element.rs
@@ -362,9 +362,12 @@ mod test {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
modified radicle-term/src/label.rs
@@ -128,8 +128,5 @@ pub fn label(s: impl Into<Paint<String>>) -> Label {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|