ncurses-desc.xml 1.8 KB

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