telnetc behavior

Derek Johansen <[email protected]> Sat, 18 Mar 2017 23:23:51 -0600
Newsgroups org.kernel.vger.linux-8086
Message-ID <CAOv0vd=jjCkcaOvs5YJ_v729yoQi43nVpo3GyX0FvtdkCvDsFQ@mail.gmail.com>
Using the new telnetc client on my host,

if I enter the lscommand  then 2 carriage returns, the first line of
the output shows up in my telnet server:

ash banner basename cal cat chgr

The rest of the ls listing shows up in my telnet client, starting with
the p from chgrp

When I enter env and enter 2 carriage returns in my client, it prints
the environment variable (just one line) on the ELKS telnet server.  I
would expect it to be sent to my client.

It looks like the first line of the telnet server output is not
getting sent to the client in my configuration for some reason.

Thanks,
Derek