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 >
Text File  |  1995-01-21  |  3KB  |  57 lines

  1. * /DD/SYS/SetTerm v2.0  -- By Brian C. White  (91/12/08)
  2. *                       -- Copyright (c) 1991 by Dynamic Software Systems
  3. *
  4. * This file contains default information for SetTerm.  It is used should
  5. * the current terminal type ("TERM") be undefined.  If the current device
  6. * not found in this list, a type of "dumb" will automatically be assumed.
  7. *
  8. * SetTerm was written by Brian C. White, is copyright (c) 1991 by
  9. * Dynamic Software Systems, and is free software; you can redistribute it
  10. * and/or modify it under the terms of the GNU General Public License as
  11. * published by the Free Software Foundation.
  12. *
  13. * This program is distributed in the hope that it will be useful, but
  14. * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  15. * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  16. * for more details.
  17. *
  18. * You should have received a copy of the GNU General Public License along
  19. * with this program; if not, write to the Free Software Foundation, Inc.,
  20. * 675 Mass Ave, Cambridge, MA 02139, USA.
  21. *
  22. * Any questions or comments can be directed to me via Delphi as "BrianWhite"
  23. * or CIS as "70313,3344".  My Compuserve account is also accessable for email
  24. * via the internet as "70313.3344@compuserve.com".
  25. *
  26. * ----- ----- -----
  27. *
  28. * The entry format for this file is:
  29. *
  30. *                PORT:TERM:KNOWN            Comment
  31. *
  32. *    PORT    = The port (device name) that SetTerm's standard output is
  33. *              directed to.  This should be the interactive device name.
  34. *              This name can have the standard wildcard characters "?"
  35. *              and "*" in it to match one or many characters, respectively.
  36. *    TERM    = The terminal name to use as given in the "termcap" file.  The
  37. *              name can also have variables in it that are substituted with
  38. *              the correct information when parsed by 'setterm'.  Legal var's
  39. *              are:    $X    - number of columns
  40. *                    $Y    - number of lines
  41. *                    $P    - full port (device) name, always in upper case
  42. *              (the letters can be either upper or lower case, "$$" becomes "$")
  43. *    KNOWN    = A flag telling whether the given "term" is known for sure
  44. *              or if it is just a guess.  If known for sure ("1"), the
  45. *              term type will be set without prompting the user.   If not
  46. *              known ("0"), the term type will be used as a default and the
  47. *              user will be prompted.  Pressing <ENTER> will accept this
  48. *              default.
  49. *
  50.  
  51. term:vga:1            ; vgakbd emulated terminal
  52. t0:wyse120:1        ; Wyse-120 terminal
  53. t1:vt100:1            ; PCK1 main terminal
  54. t*:vt100:0            ; Non-dedicated terminal, but assume VT100
  55.  
  56. * Any others go here!
  57.