mirror of
https://github.com/simh/simh.git
synced 2026-01-13 23:35:57 +00:00
TMXR: Enable proper inheritance of mux global/default buffering value to individual lines.
This commit is contained in:
parent
49d38187dd
commit
017141c9a3
@ -2082,6 +2082,8 @@ while (*tptr) {
|
||||
nolog = notelnet = listennotelnet = unbuffered = loopback = FALSE;
|
||||
datagram = mp->datagram;
|
||||
packet = mp->packet;
|
||||
if (mp->buffered)
|
||||
sprintf(buffered, "%d", mp->buffered);
|
||||
if (line != -1)
|
||||
notelnet = listennotelnet = mp->notelnet;
|
||||
modem_control = mp->modem_control;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user