Skip to content

Commit

Permalink
Merge pull request #23 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 52e94cb + 164b3b7 commit aa241bb
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 52 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ documentation = "https://docs.rs/cursive-tabs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
cursive_core = "0.3"
cursive_core = "0.4"
crossbeam = "0.8"
log = "0.4"
num = "0.4"

[dev-dependencies]
serde_json = "1.0.74"
cursive = "0.17.0"
cursive = "0.21.0"
insta = "1.10.0"
50 changes: 25 additions & 25 deletions tests/snapshots/end2end__end2end_add_at_action_change_tab.snap
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
---
source: tests/end2end.rs
assertion_line: 107
expression: tsiv.last_screen()
---
captured piece:
x01234567890123456789012345678901234567890123456789012345678901234567890123456789x
0................................................................................|
1................................................................................|
2................................................................................|
3................................................................................|
4................................................................................|
5................................................................................|
6................................................................................|
7................................................................................|
8................................................................................|
9................................................................................|
0................................................................................|
1.....................................Second.....................................|
2...................................... ....................................|
3................................................................................|
4................................................................................|
5................................................................................|
6................................................................................|
7................................................................................|
8................................................................................|
9................................................................................|
0................................................................................|
1................................................................................|
2................................................................................|
3................................................................................|
0 |
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
0 |
1 Second |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
0 |
1 |
2 |
3 |
x--------------------------------------------------------------------------------x

Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
---
source: tests/end2end.rs
assertion_line: 215
expression: tsiv.last_screen()
---
captured piece:
x01234567890123456789012345678901234567890123456789012345678901234567890123456789x
0................................................................................|
1................................................................................|
2................................................................................|
3................................................................................|
4................................................................................|
5................................................................................|
6................................................................................|
7................................................................................|
8............................. β”Œβ”€β”€β”€β”€β”€β”..............................|
9............................. ━━━━━━━━━━━━━Pshhhβ”‚ .............................|
0............................. Stronk test h β”‚ .............................|
1.............................━━━━━━━━━━━━━━━ β”‚ .............................|
2............................. Stronker test β”‚ .............................|
3.............................──────────────┬ β”‚ .............................|
4............................. β””β”€β”€β”€β”€β”€β”˜ .............................|
5.............................. .............................|
6................................................................................|
7................................................................................|
8................................................................................|
9................................................................................|
0................................................................................|
1................................................................................|
2................................................................................|
3................................................................................|
0 |
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 β”Œβ”€β”€β”€β”€β”€β” |
9 ━━━━━━━━━━━━━Pshhhβ”‚ |
0 Stronk test h β”‚ |
1 ━━━━━━━━━━━━━━━ β”‚ |
2 Stronker test β”‚ |
3 ──────────────┬ β”‚ |
4 β””β”€β”€β”€β”€β”€β”˜ |
5 |
6 |
7 |
8 |
9 |
0 |
1 |
2 |
3 |
x--------------------------------------------------------------------------------x

0 comments on commit aa241bb

Please sign in to comment.