[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

The Terminal Program



    Date: Fri, 21 Feb 1992 04:59 CST
    From: rm@ki2.informatik.uni-hamburg.de (Ralf Moeller)

    I would like to know if there is a way to set the default of the
    ':Terminal Simulator' argument of the Terminal Program to VT100. The
    current default is Ambassador (Genera 8.1). Are the sources of the
    Terminal Program distributed?

The following works for us:

(setf telnet:*host-default-terminal-simulators*
  (cons '(otherwise telnet:vt100-terminal-simulator) telnet:*host-default-terminal-simulators*))


	Lawrence G. Mayka
	AT&T Bell Laboratories
	lgm@iexist.att.com

Standard disclaimer.