Skip to content

Commit

Permalink
Add a cursor and word selection to the hex dump TUI (#7)
Browse files Browse the repository at this point in the history
* lots of refactoring to cleanup game.rs (more incoming)
* added new implementation (and tests) for moving the cursor around the hex dump panes and fitting to words
  • Loading branch information
scottnm committed Jan 27, 2021
1 parent c8b8101 commit 1b7074c
Show file tree
Hide file tree
Showing 4 changed files with 727 additions and 100 deletions.
7 changes: 7 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ snm_simple_file = { git = "https://github.com/scottnm/snm_simple_file", branch =
text_io = "0.1.8"
pancurses = "0.16.1"
rand = { version = "0.7.0", features = ["small_rng"] }
static_assertions = "1.1.0"
Loading

0 comments on commit 1b7074c

Please sign in to comment.