mirror of
https://github.com/simh/simh.git
synced 2026-03-02 09:47:40 +00:00
TMXR: Enable proper inheritance of mux global/default buffering value to individual lines.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user