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:
@@ -150,6 +150,9 @@ impl WindowLike for Terminal {
|
||||
} else if char::from(ci) == '\r' {
|
||||
//for now, ignore
|
||||
//
|
||||
} else if char::from(ci) == '\t' {
|
||||
//for now, ignore
|
||||
//
|
||||
} else {
|
||||
self.process_current_line.push(ci);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user