modified Cargo.lock
@@ -2787,7 +2787,6 @@ dependencies = [
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified crates/radicle-remote-helper/src/lib.rs
@@ -90,7 +90,7 @@ pub struct Options {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-term/Cargo.toml
@@ -17,7 +17,6 @@ anyhow = { workspace = true }
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified crates/radicle-term/src/ansi.rs
@@ -13,4 +13,5 @@ pub use color::Color;
|
|
|
|
|
|
| + | |
|
modified crates/radicle-term/src/ansi/paint.rs
@@ -1,5 +1,4 @@
|
|
| - | |
|
|
|
|
|
@@ -7,8 +6,36 @@ use std::{fmt, sync};
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -263,7 +290,7 @@ impl Paint<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -287,8 +314,8 @@ impl Paint<()> {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-term/src/lib.rs
@@ -17,7 +17,7 @@ use std::fmt;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|