term, cli: Handle pager and editor configuration on Windows
10 files changed
+96
-9
537eaba8
→
50fb228a
modified CHANGELOG.md
@@ -20,6 +20,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified Cargo.lock
@@ -2888,6 +2888,7 @@ dependencies = [
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -2902,6 +2903,7 @@ dependencies = [
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -3201,6 +3203,7 @@ dependencies = [
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -5108,6 +5111,12 @@ dependencies = [
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified Cargo.toml
@@ -69,6 +69,7 @@ sqlite = "0.32.0"
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified crates/radicle-cli-test/Cargo.toml
@@ -16,6 +16,11 @@ escargot = "0.5.7"
|
|
|
|
|
|
| - | |
|
|
| - | |
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
modified crates/radicle-cli-test/src/lib.rs
@@ -353,7 +353,13 @@ impl TestFormula {
|
|
|
|
|
|
| + | |
| + | |
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/Cargo.toml
@@ -33,7 +33,6 @@ radicle-term = { workspace = true }
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -53,6 +52,12 @@ tree-sitter-toml-ng = "0.6.0"
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/pager.rs
@@ -21,9 +21,14 @@ pub fn run(elem: impl Element) -> io::Result<()> {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-term/Cargo.toml
@@ -25,12 +25,15 @@ unicode-display-width = "0.3.0"
|
|
|
|
|
|
| - | |
|
|
|
|
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-term/src/editor.rs
@@ -110,12 +110,20 @@ impl Editor {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -203,26 +211,47 @@ fn default_editor() -> Option<OsString> {
|
|
|
|
|
|
| + | |
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
| + | |
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
| + | |
|
|
|
|
|
@@ -234,3 +263,17 @@ fn exists(cmd: &str) -> bool {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
modified crates/radicle/src/profile.rs
@@ -88,6 +88,10 @@ pub mod env {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|