Merge branch 'master' of https://github.com/mthom/rusty-wam
This commit is contained in:
@@ -40,7 +40,7 @@ pub fn next_keypress() -> ContinueResult {
|
||||
|
||||
for c in stdin.keys() {
|
||||
match c.unwrap() {
|
||||
Key::Char(' ') | Key::Char(';') => return ContinueResult::ContinueQuery,
|
||||
Key::Char(' ') | Key::Char(';') | Key::Char('n') => return ContinueResult::ContinueQuery,
|
||||
Key::Char('.') => return ContinueResult::Conclude,
|
||||
_ => {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user