summaryrefslogtreecommitdiffstats
path: root/src/hex
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2022-08-30 18:27:26 +0200
committerCanop <cano.petrole@gmail.com>2022-08-30 18:27:26 +0200
commit24eae7d11deb6399d8a1af90a0faf66ae4557862 (patch)
tree18940ec3724834eb0a860d73c7d2ad28c2855861 /src/hex
parent7379b16eaf7dd060fa3729c3950117c884608a22 (diff)
upgrade version of crokey
Diffstat (limited to 'src/hex')
-rw-r--r--src/hex/hex_view.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hex/hex_view.rs b/src/hex/hex_view.rs
index 05b85f1..196018a 100644
--- a/src/hex/hex_view.rs
+++ b/src/hex/hex_view.rs
@@ -6,7 +6,7 @@ use {
errors::ProgramError,
skin::PanelSkin,
},
- crossterm::{
+ crokey::crossterm::{
cursor,
style::{Color, Print, SetForegroundColor},
QueueableCommand,