[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Implementing Minimum Telnet Protocol
- Subject: [ale] Implementing Minimum Telnet Protocol
- From: krum at smyrnacable.net (Kevin Krumwiede)
- Date: 26 Mar 2002 23:26:53 -0500
That's the correct behavior if you want the cursor to be at the
beginning of the next line. <CR><NUL> is supposed to result in the
cursor being returned to the beginning of the current line.
On Tue, 2002-03-26 at 20:17, Chris Fowler wrote:
> After hexdumping the data comign across from the network I have determined
> that win32 and putty
> send <CR><LF> at the end of a line.
>
> In my server I can repalce <LF> with a NULL. Is it possible to tell those
> clinets
> that I only want <CR> and not <CR><LF>. I know I can do it on the client
> end.
---
This message has been sent through the ALE general discussion list.
See http://www.ale.org/mailing-lists.shtml for more info. Problems should be
sent to listmaster at ale dot org.