mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 01:25:33 -07:00
net_modem: process '&' escaped commands properly
This commit is contained in:
@@ -919,6 +919,7 @@ modem_do_command(modem_t* modem)
|
||||
}
|
||||
break;
|
||||
}
|
||||
break;
|
||||
case '\\': { // \ escaped commands
|
||||
char cmdchar = modem_fetch_character(&scanbuf);
|
||||
switch (cmdchar) {
|
||||
|
||||
Reference in New Issue
Block a user