(no subject)

David T. Lewis squeak-dev at lists.squeakfoundation.org
Sat Sep 28 13:54:32 UTC 2002


On Fri, Sep 27, 2002 at 04:05:07PM +0200, Bert Freudenberg wrote:
> 
> And Ian: Your TTYMorph is great! How could it pass the terminal type to
> the shell? Currently, I have to setenv TERM=xterm every time ... But I
> send this mail from pine running from within Squeak. Yay! :-)

Yes, the TTYMorph is great!

To set $TERM from within Squeak:

  OSProcess thisOSProcess environmentAt: #TERM put: 'xterm'

Dave
 



More information about the Squeak-dev mailing list