Fixed 'ctrl+arrow' and 'alt+arrow key' in rizin shell

This commit is contained in:
Luca Borzacchiello 2021-09-24 00:01:46 +02:00 committed by Anton Kochkov
parent 82128285e9
commit c59ae6a7b7

View file

@ -1792,6 +1792,7 @@ RZ_API const char *rz_line_readline_cb(RzLineReadCallback cb, void *user) {
break;
}
rz_cons_readchar();
ch = rz_cons_readchar();
}
#if __WINDOWS__
else {