TGET.1
上传用户:jnzhq888
上传日期:2007-01-18
资源大小:51694k
文件大小:2k
源码类别:

操作系统开发

开发平台:

WINDOWS

  1. TGET(1)                   Minix Programmer's Manual                    TGET(1)
  2. NAME
  3.      tget - get termcap values
  4. SYNOPSIS
  5.      tget [-flag id] [-num id] [-str id] [-goto col line] [[-echo] string]
  6. DESCRIPTION
  7.      Tget allows shell scripts access to  the  termcap(3)  functions.   Flags,
  8.      numbers  and  strings  can be queried from the termcap database under the
  9.      entry denoted by the environment variable $TERM.
  10. OPTIONS
  11.      -flag id
  12.           Set the exit status to zero if  the  flag  id  is  set.   All  other
  13.           options  except  -echo  set the exit status to id being available or
  14.           not.  The last option sets the final exit code.
  15.      -num id
  16.           Print the value of the numeric variable id.
  17.      -str id
  18.           Print the value of the string variable id.
  19.      -goto col line
  20.           Generates instructions to go to the given column and line if the  cm
  21.           capability exists.
  22.      -echo string
  23.           Prints string.  Any other argument that does not start with  a  dash
  24.           is also printed.
  25. EXAMPLE
  26.      Try this:  tget -str so 'Reverse Video' -str se
  27. ENVIRONMENT
  28.      TERM           Terminal type.
  29.      TERMCAP        Path    to    the    termcap    database,    by    default
  30.                     /etc/termcap:/usr/etc/termcap.
  31. SEE ALSO
  32.      termcap(3).
  33. DIAGNOSTICS
  34.      Tget will fail immediately with a  descriptive  message  if  the  termcap
  35.      entry can't be found.
  36.                                                                              1
  37. TGET(1)                   Minix Programmer's Manual                    TGET(1)
  38. AUTHOR
  39.      Kees J. Bot (kjb@cs.vu.nl)
  40.                                                                              2