mirror of
https://github.com/simh/simh.git
synced 2026-01-11 23:52:58 +00:00
Allowed SET CONSOLE TELNET=nnn to be issued multiple times, with an automatic SET CONSOLE NOTELNET done as needed.
This commit is contained in:
parent
2753c4a3dc
commit
3ae8a42dae
@ -424,7 +424,8 @@ while (*cptr != 0) { /* do all mods */
|
||||
*cvptr++ = 0;
|
||||
get_glyph (gbuf, gbuf, 0); /* modifier to UC */
|
||||
if (isdigit (*gbuf)) {
|
||||
if (sim_con_tmxr.master) return SCPE_ALATT; /* already open? */
|
||||
if (sim_con_tmxr.master) /* already open? */
|
||||
sim_set_notelnet (0, NULL); /* close first */
|
||||
return tmxr_open_master (&sim_con_tmxr, gbuf); /* open master socket */
|
||||
}
|
||||
else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user