mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-23 13:19:54 +00:00
V!: don't hang on EOF
This commit is contained in:
parent
ab098c7f23
commit
861f185c23
@ -480,6 +480,7 @@ repeat:
|
||||
}
|
||||
break;
|
||||
case 'q':
|
||||
case -1: // EOF
|
||||
goto beach;
|
||||
case 27: // ESC
|
||||
if (r_cons_readchar () == 91) {
|
||||
|
Loading…
Reference in New Issue
Block a user