Skip to content

Commit

Permalink
Merge pull request #11 from gyscos/master
Browse files Browse the repository at this point in the history
Update cursive-core to 0.4.0
  • Loading branch information
fin-ger authored Aug 12, 2024
2 parents ee20bf1 + 1f41522 commit 3304f59
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ repository = "https://github.com/deinstapel/cursive-multiplex"
version = "0.6.0"

[dependencies]
cursive_core = "0.3"
cursive_core = "0.4"
thiserror = "1"
indextree = "4.3"
log = "0.4"

[dev-dependencies]
crossbeam = "0.8"
cursive = "0.17"
cursive = "0.21"
serde_json = "1"
insta = "1.10.0"
23 changes: 11 additions & 12 deletions tests/snapshots/end2end__end2end_horizontal_fixed_size.snap
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ expression: frames.try_iter().last().unwrap()
---
captured piece:
x01234567890123456789012345678901234567890123456789012345678901234567890123456789x
0Root β”‚β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€|
1 β”‚β”‚Fixed |
2 β”‚β”‚ |
3 β”‚β”‚ |
4 β”‚β”‚ |
5 β”‚β”‚ |
6 β”‚β”‚ |
7 β”‚β”‚ |
8 β”‚β”‚ |
9 β”‚β”‚ |
0 │└──────────────────────────────────────|
0Root β”‚β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”|
1 β”‚β”‚Fixed β”‚|
2 β”‚β”‚ β”‚|
3 β”‚β”‚ β”‚|
4 β”‚β”‚ β”‚|
5 β”‚β”‚ β”‚|
6 β”‚β”‚ β”‚|
7 β”‚β”‚ β”‚|
8 β”‚β”‚ β”‚|
9 β”‚β”‚ β”‚|
0 β”‚β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜|
1 β”‚ |
2 β”‚ |
3 β”‚ |
Expand All @@ -29,4 +29,3 @@ x0123456789012345678901234567890123456789012345678901234567890123456789012345678
2 β”‚ |
3 β”‚ |
x--------------------------------------------------------------------------------x

0 comments on commit 3304f59

Please sign in to comment.