[ENH] vt100Telnet

Kevin Fisher kgf at golden.net
Wed Mar 27 13:32:45 UTC 2002


Wow...this is fabulous!   I just tried this on my V3.2gamma image and
it works great!  Just what the doctor ordered!

On Wed, Mar 27, 2002 at 10:04:51AM +0100, Felix Franz wrote:
> A recent thread ("Squeak for everyday use??") reminded me of the telnet  
> stuff I was working on. Well, here it is. 
> 
> The code is far from perfect, but it is enough to use vim :-)
> 
> I filed it into a 3.2gamma image (#4743) and it worked for me. 
> 
> Cheers,
> 
> felix
>   
> 
>   from preamble:
> 
>   "Change Set:		vt100Telnet
>   Date:			27 March 2002
>   Author:			Felix Franz
> 
>   improved TelnetClient. Use
> 
>   VT100TelnetClient open
> 
>   to open the Telnet window.
> 
>   Supports 
> 
>   - full duplex mode (SUPP), (you can use screen oriented programs)
>   - Sends the Terminal-type (TERM) to the host
>   - Sends the Window size to the host (NAWS).
> 
>   The VT100 emulation is not perfect.
>   It doesn't support scrollback."!
> 
> 





More information about the Squeak-dev mailing list