home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
rtsi.com
/
2014.01.www.rtsi.com.tar
/
www.rtsi.com
/
OS9
/
OSK
/
MISC
/
setterm2.lzh
/
sys.setterm
< prev
next >
Wrap
Text File
|
1995-01-21
|
3KB
|
57 lines
* /DD/SYS/SetTerm v2.0 -- By Brian C. White (91/12/08)
* -- Copyright (c) 1991 by Dynamic Software Systems
*
* This file contains default information for SetTerm. It is used should
* the current terminal type ("TERM") be undefined. If the current device
* not found in this list, a type of "dumb" will automatically be assumed.
*
* SetTerm was written by Brian C. White, is copyright (c) 1991 by
* Dynamic Software Systems, and is free software; you can redistribute it
* and/or modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* for more details.
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
* 675 Mass Ave, Cambridge, MA 02139, USA.
*
* Any questions or comments can be directed to me via Delphi as "BrianWhite"
* or CIS as "70313,3344". My Compuserve account is also accessable for email
* via the internet as "70313.3344@compuserve.com".
*
* ----- ----- -----
*
* The entry format for this file is:
*
* PORT:TERM:KNOWN Comment
*
* PORT = The port (device name) that SetTerm's standard output is
* directed to. This should be the interactive device name.
* This name can have the standard wildcard characters "?"
* and "*" in it to match one or many characters, respectively.
* TERM = The terminal name to use as given in the "termcap" file. The
* name can also have variables in it that are substituted with
* the correct information when parsed by 'setterm'. Legal var's
* are: $X - number of columns
* $Y - number of lines
* $P - full port (device) name, always in upper case
* (the letters can be either upper or lower case, "$$" becomes "$")
* KNOWN = A flag telling whether the given "term" is known for sure
* or if it is just a guess. If known for sure ("1"), the
* term type will be set without prompting the user. If not
* known ("0"), the term type will be used as a default and the
* user will be prompted. Pressing <ENTER> will accept this
* default.
*
term:vga:1 ; vgakbd emulated terminal
t0:wyse120:1 ; Wyse-120 terminal
t1:vt100:1 ; PCK1 main terminal
t*:vt100:0 ; Non-dedicated terminal, but assume VT100
* Any others go here!