Home
last modified time | relevance | path

Searched refs:ywinsize (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dstate.c969 int xwinsize, ywinsize; in suboption() local
982 ywinsize = SB_GET() << 8; in suboption()
985 ywinsize |= SB_GET(); in suboption()
986 clientstat(TELOPT_NAWS, xwinsize, ywinsize); in suboption()