remove termion: inhouse key parsing
replace blake2 with sha512, fix C and D in romono, minor terminal and audio player fixes
This commit is contained in:
@@ -109,8 +109,10 @@ impl WindowLike for AudioPlayer {
|
||||
} else {
|
||||
return WindowMessageResponse::DoNothing;
|
||||
}
|
||||
} else {
|
||||
} else if key_press.is_regular() {
|
||||
self.command += &key_press.key.to_string();
|
||||
} else {
|
||||
return WindowMessageResponse::DoNothing
|
||||
}
|
||||
WindowMessageResponse::JustRedraw
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user