ncurses-desc.xml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2><title>Descriptions</title>
  3. <para>(Last checked against version &ncurses-contversion;.)</para>
  4. <sect3><title>Program file descriptions</title>
  5. <para><command>captoinfo</command> converts a termcap description into a
  6. terminfo description.</para>
  7. <para><command>clear</command> clears the screen, if this is possible.</para>
  8. <para><command>infocmp</command> compares or prints out terminfo
  9. descriptions.</para>
  10. <para><command>infotocap</command> converts a terminfo description into
  11. a termcap description.</para>
  12. <para><command>reset</command> reinitializes a terminal to its default
  13. values.</para>
  14. <para><command>tack</command> is the terminfo action checker. It is mainly
  15. used to test the correctness of an entry in the terminfo database.</para>
  16. <para><command>tic</command> is the terminfo entry-description compiler.
  17. It translates a terminfo file from source format into the binary format needed
  18. for the ncurses library routines. A terminfo file contains information on the
  19. capabilities of a certain terminal.</para>
  20. <para><command>toe</command> lists all available terminal types, for each
  21. giving its primary name and its description.</para>
  22. <para><command>tput</command> makes the values of terminal-dependent
  23. capabilities available to the shell. It can also be used to reset or initialize
  24. a terminal, or report its long name.</para>
  25. <para><command>tset</command> can be used to initialize terminals.</para>
  26. </sect3>
  27. <sect3><title>Library file descriptions</title>
  28. <para><command>libncurses*</command> contain functions to display text in
  29. many complicated ways on a terminal screen. A good example of the use of these
  30. functions is the menu displayed during the kernel's make menuconfig.</para>
  31. <para><command>libform*</command> contain functions to implement forms.</para>
  32. <para><command>libmenu*</command> contain functions to implement menus.</para>
  33. <para><command>libpanel*</command> contain functions to implement panels.</para>
  34. </sect3>
  35. </sect2>