Skip to content

Commit

Permalink
Merge pull request #708 from gwenn/win
Browse files Browse the repository at this point in the history
Win
  • Loading branch information
gwenn authored Jun 24, 2023
2 parents c2383ec + 40d7374 commit 3df2ec7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
if: matrix.os != 'windows-latest'
run: cargo test --workspace --all-targets --all-features
- name: Clippy
run: cargo clippy --workspace -- -D warnings
run: cargo clippy --workspace --no-deps -- -D warnings
- name: Format
run: cargo fmt --all -- --check
- name: Check with no default features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ signal-hook = { version = "0.3", optional = true, default-features = false }
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["consoleapi", "handleapi", "synchapi", "minwindef", "processenv", "std", "winbase", "wincon", "winuser"] }
scopeguard = "1.1"
clipboard-win = "4.2.1"
clipboard-win = "4.5"

[dev-dependencies]
doc-comment = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion Features.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Suspend: Control-Z
| prompt-toolkit | | X | |
| reedline | | X | |
| replxx | X | | X |
| rustyline | | | |
| rustyline | | X | |
| termwiz | | X | \* |

Editable History: any history entry can be edited and saved\
Expand Down
6 changes: 0 additions & 6 deletions History.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,3 @@ PathInfo
path: Path,
modified: SystemTime,
```

---

With `termwiz`, you can define your own `History` backend.
`termwiz` does not specify anything how the history is persisted.
Only how to access / search history entry.

0 comments on commit 3df2ec7

Please sign in to comment.