home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume1 / 8710 / pc-curses-doc / 1 / Function.con < prev    next >
Encoding:
Text File  |  1993-09-02  |  32.8 KB  |  985 lines

  1. 'LEAVE'        (1)
  2.     37         leaveok()         marks window for cursor 'leave' 
  3.  
  4. *LONGNAME      (1)
  5.     38        *longname()         terminal description 
  6.  
  7. *NEWWIN        (1)
  8.     69        *newwin()         create a window 
  9.  
  10. *SUBWIN        (1)
  11.     96        *subwin()         create a sub-window 
  12.  
  13. *UNCTRL        (1)
  14.     99        *unctrl()         char-to-string converter 
  15.  
  16. ADD            (2)
  17.      4         attron()         add attribute(s) stdscr 
  18.    103         wattron()         add attribute(s) in window 
  19.  
  20. ADDCH          (1)
  21.      1         addch()         put char in stdscr 
  22.  
  23. ADDSTR         (1)
  24.      2         addstr()         put string in stdscr 
  25.  
  26. ALLOW          (1)
  27.     90         scrollok()         marks a window to allow scroll 
  28.  
  29. ANOTHER        (2)
  30.     77         overlay()         overlay one window on another 
  31.     78         overwrite()         overwrite one window on another 
  32.  
  33. AROUND         (1)
  34.      8         box()             draw a box around a window 
  35.  
  36. ATTRIBUTE      (4)
  37.      3         attroff()         clear attribute(a) stdscr 
  38.      4         attron()         add attribute(s) stdscr 
  39.    102         wattroff()         clear attribute(a) in window 
  40.    103         wattron()         add attribute(s) in window 
  41.  
  42. ATTRIBUTES     (2)
  43.      5         attrset()         set stdscr char attributes 
  44.    104         wattrset()         set window char attributes 
  45.  
  46. ATTROFF        (1)
  47.      3         attroff()         clear attribute(a) stdscr 
  48.  
  49. ATTRON         (1)
  50.      4         attron()         add attribute(s) stdscr 
  51.  
  52. ATTRSET        (1)
  53.      5         attrset()         set stdscr char attributes 
  54.  
  55. BACK           (1)
  56.    126         wungetch()         character push-back
  57.  
  58. BAUDRATE       (1)
  59.      6         baudrate()         compatibility dummy 
  60.  
  61. BEEP           (1)
  62.      7         beep()             sound bell 
  63.  
  64. BELL           (1)
  65.      7         beep()             sound bell 
  66.  
  67. BOX            (3)
  68.      8         box()             draw a box around a window 
  69.      8         box()             draw a box around a window 
  70.    105         wbox()             draw a box inside a window 
  71.  
  72. BREAK          (1)
  73.     81         refrbrk()         set screen refresh break mode 
  74.  
  75. BUFFER         (2)
  76.     28         getstr()         get string to stdscr and buffer 
  77.    113         wgetstr()         get string to window and buffer 
  78.  
  79. CBREAK         (5)
  80.      9         cbreak()         set terminal cbreak mode 
  81.      9         cbreak()         set terminal cbreak mode 
  82.     14         crmode()         set terminal cbreak mode 
  83.     71         nocbreak()         unset terminal cbreak mode 
  84.     72         nocrmode()         unset terminal cbreak mode 
  85.  
  86. CHAR           (21)
  87.      1         addch()         put char in stdscr 
  88.      5         attrset()         set stdscr char attributes 
  89.     17         delch()         delete a char in stdscr 
  90.     24         erasechar()         return char kill character 
  91.     31         inch()             get char at stdscr cursor 
  92.     41         mvaddch()         move & put char in stdscr 
  93.     46         mvdelch()         move & delete a char in stdscr 
  94.     48         mvgetch()         move & get char to stdscr 
  95.     50         mvinch()         move & get char at stdscr cursor 
  96.     51         mvinsch()         move & insert char in stdscr 
  97.     55         mvwaddch()         move & put char in a window 
  98.     59         mvwdelch()         move & delete a char in a window 
  99.     61         mvwgetch()         move & get char to a window 
  100.     64         mvwinch()         move & get char at window cursor 
  101.     65         mvwinsch()         move & insert char in a window 
  102.     99        *unctrl()         char-to-string converter 
  103.    100         waddch()         put char in a window 
  104.    104         wattrset()         set window char attributes 
  105.    109         wdelch()         delete a char in a window 
  106.    112         wgetch()         get char to a window 
  107.    114         winch()         get char at window cursor 
  108.  
  109. CHARACTER      (5)
  110.     24         erasechar()         return char kill character 
  111.     33         insch()         insert character in stdscr 
  112.     36         killchar()         return line kill character 
  113.    115         winsch()         insert character in a window 
  114.    126         wungetch()         character push-back
  115.  
  116. CHARS          (4)
  117.     94         standend()         start normal chars in stdscr 
  118.     95         standout()         start standout chars in stdscr 
  119.    123         wstandend()         start normal chars in window 
  120.    124         wstandout()         start standout chars in window 
  121.  
  122. CLEANUP        (1)
  123.     22         endwin()         cleanup and finitialization 
  124.  
  125. CLEAR          (14)
  126.      3         attroff()         clear attribute(a) stdscr 
  127.     10         clear()         clear stdscr 
  128.     10         clear()         clear stdscr 
  129.     11         clearok()         marks a window for screen clear 
  130.     12         clrtobot()         clear end of stdscr 
  131.     13         clrtoeol()         clear end of line in stdscr 
  132.     43         mvclrtobot()         move & clear end of stdscr 
  133.     44         mvclrtoeol()         move & clear lineend in stdscr 
  134.     57         mvwclrtobot()         move & clear end of a window 
  135.     58         mvwclrtoeol()         move & clear lineend in a window 
  136.    102         wattroff()         clear attribute(a) in window 
  137.    106         wclear()         clear a window 
  138.    107         wclrtobot()         clear end of a window 
  139.    108         wclrtoeol()         clear end of line in a window 
  140.  
  141. CLEAROK        (1)
  142.     11         clearok()         marks a window for screen clear 
  143.  
  144. CLRTOBOT       (1)
  145.     12         clrtobot()         clear end of stdscr 
  146.  
  147. CLRTOEOL       (1)
  148.     13         clrtoeol()         clear end of line in stdscr 
  149.  
  150. COMPATIBILITY  (7)
  151.      6         baudrate()         compatibility dummy 
  152.     25         fixterm()         compatibility dummy 
  153.     29         gettmode()         compatibility dummy 
  154.     83         resetterm()         compatibility dummy 
  155.     85         saveoldterm()         compatibility dummy 
  156.     86         saveterm()         compatibility dummy 
  157.     92         setterm()         compatibility dummy 
  158.  
  159. CONVERTER      (1)
  160.     99        *unctrl()         char-to-string converter 
  161.  
  162. CR             (2)
  163.     70         nl()             set terminal cr-crlf map mode 
  164.     75         nonl()             unset terminal cr-crlf map mode 
  165.  
  166. CREATE         (3)
  167.     69        *newwin()         create a window 
  168.     96        *subwin()         create a sub-window 
  169.    118         wnoutrefresh()         create screen image, w/o display 
  170.  
  171. CRLF           (2)
  172.     70         nl()             set terminal cr-crlf map mode 
  173.     75         nonl()             unset terminal cr-crlf map mode 
  174.  
  175. CRMODE         (1)
  176.     14         crmode()         set terminal cbreak mode 
  177.  
  178. CURSES         (1)
  179.     32         initscr()         curses initialization 
  180.  
  181. CURSOFF        (1)
  182.     15         cursoff()         turns off hardware cursor 
  183.  
  184. CURSON         (1)
  185.     16         curson()         turns on hardware cursor 
  186.  
  187. CURSOR         (10)
  188.     15         cursoff()         turns off hardware cursor 
  189.     16         curson()         turns on hardware cursor 
  190.     31         inch()             get char at stdscr cursor 
  191.     37         leaveok()         marks window for cursor 'leave' 
  192.     40         move()             move cursor in stdscr 
  193.     45         mvcur()         move terminal cursor 
  194.     50         mvinch()         move & get char at stdscr cursor 
  195.     64         mvwinch()         move & get char at window cursor 
  196.    114         winch()         get char at window cursor 
  197.    117         wmove()         move cursor in a window 
  198.  
  199. DEFINE         (2)
  200.     91         setsrcreg()         define stdscr's scroll region 
  201.    122         wsetsrcreg()         define a window's scroll region 
  202.  
  203. DELCH          (1)
  204.     17         delch()         delete a char in stdscr 
  205.  
  206. DELETE         (9)
  207.     17         delch()         delete a char in stdscr 
  208.     18         deleteln()         delete a line in stdscr 
  209.     19         delwin()         delete a window or a subwindow 
  210.     46         mvdelch()         move & delete a char in stdscr 
  211.     47         mvdeleteln()         move & delete a line in stdscr 
  212.     59         mvwdelch()         move & delete a char in a window 
  213.     60         mvwdeleteln()         move & delete a line in a window 
  214.    109         wdelch()         delete a char in a window 
  215.    110         wdeleteln()         delete a line in a window 
  216.  
  217. DELETELN       (1)
  218.     18         deleteln()         delete a line in stdscr 
  219.  
  220. DELWIN         (1)
  221.     19         delwin()         delete a window or a subwindow 
  222.  
  223. DESCRIPTION    (1)
  224.     38        *longname()         terminal description 
  225.  
  226. DISPLAY        (1)
  227.    118         wnoutrefresh()         create screen image, w/o display 
  228.  
  229. DOUPDATE       (1)
  230.     20         doupdate()         update physical screen 
  231.  
  232. DRAW           (2)
  233.      8         box()             draw a box around a window 
  234.    105         wbox()             draw a box inside a window 
  235.  
  236. DUMMY          (9)
  237.      6         baudrate()         compatibility dummy 
  238.     25         fixterm()         compatibility dummy 
  239.     29         gettmode()         compatibility dummy 
  240.     30         idlok()         use ins/del line (dummy) 
  241.     39         meta()             marks window for meta (dummy) 
  242.     83         resetterm()         compatibility dummy 
  243.     85         saveoldterm()         compatibility dummy 
  244.     86         saveterm()         compatibility dummy 
  245.     92         setterm()         compatibility dummy 
  246.  
  247. ECHO           (3)
  248.     21         echo()             set terminal echo mode 
  249.     21         echo()             set terminal echo mode 
  250.     74         noecho()         unset terminal echo mode 
  251.  
  252. END            (6)
  253.     12         clrtobot()         clear end of stdscr 
  254.     13         clrtoeol()         clear end of line in stdscr 
  255.     43         mvclrtobot()         move & clear end of stdscr 
  256.     57         mvwclrtobot()         move & clear end of a window 
  257.    107         wclrtobot()         clear end of a window 
  258.    108         wclrtoeol()         clear end of line in a window 
  259.  
  260. ENDWIN         (1)
  261.     22         endwin()         cleanup and finitialization 
  262.  
  263. ERASE          (3)
  264.     23         erase()         erase stdscr 
  265.     23         erase()         erase stdscr 
  266.    111         werase()         erase a window 
  267.  
  268. ERASECHAR      (1)
  269.     24         erasechar()         return char kill character 
  270.  
  271. FINITIALIZATION(1)
  272.     22         endwin()         cleanup and finitialization 
  273.  
  274. FIXTERM        (1)
  275.     25         fixterm()         compatibility dummy 
  276.  
  277. FLASH          (2)
  278.     26         flash()         flash terminal screen 
  279.     26         flash()         flash terminal screen 
  280.  
  281. FLUSHINP       (1)
  282.     27         flushinp()         kill pending keyboard input 
  283.  
  284. GET            (15)
  285.     28         getstr()         get string to stdscr and buffer 
  286.     31         inch()             get char at stdscr cursor 
  287.     48         mvgetch()         move & get char to stdscr 
  288.     49         mvgetstr()         move & get string to stdscr 
  289.     50         mvinch()         move & get char at stdscr cursor 
  290.     54         mvscanw()         move & get values via stdscr 
  291.     61         mvwgetch()         move & get char to a window 
  292.     62         mvwgetstr()         move & get string to a window 
  293.     64         mvwinch()         move & get char at window cursor 
  294.     68         mvwscanw()         move & get values via a window 
  295.     88         scanw()         get values via stdscr 
  296.    112         wgetch()         get char to a window 
  297.    113         wgetstr()         get string to window and buffer 
  298.    114         winch()         get char at window cursor 
  299.    121         wscanw()         get values via a window 
  300.  
  301. GETSTR         (1)
  302.     28         getstr()         get string to stdscr and buffer 
  303.  
  304. GETTMODE       (1)
  305.     29         gettmode()         compatibility dummy 
  306.  
  307. HARDWARE       (2)
  308.     15         cursoff()         turns off hardware cursor 
  309.     16         curson()         turns on hardware cursor 
  310.  
  311. I/O            (2)
  312.     84         resetty()         restore terminal I/O modes 
  313.     87         savetty()         save terminal I/O modes 
  314.  
  315. IDLOK          (1)
  316.     30         idlok()         use ins/del line (dummy) 
  317.  
  318. IMAGE          (1)
  319.    118         wnoutrefresh()         create screen image, w/o display 
  320.  
  321. INCH           (1)
  322.     31         inch()             get char at stdscr cursor 
  323.  
  324. INITIALIZATION (1)
  325.     32         initscr()         curses initialization 
  326.  
  327. INITSCR        (1)
  328.     32         initscr()         curses initialization 
  329.  
  330. INPUT          (2)
  331.     27         flushinp()         kill pending keyboard input 
  332.     73         nodelay()         marks window for no input wait 
  333.  
  334. INS/DEL        (1)
  335.     30         idlok()         use ins/del line (dummy) 
  336.  
  337. INSCH          (1)
  338.     33         insch()         insert character in stdscr 
  339.  
  340. INSERT         (8)
  341.     33         insch()         insert character in stdscr 
  342.     34         insertln()         insert new line in stdscr 
  343.     51         mvinsch()         move & insert char in stdscr 
  344.     52         mvinsertln()         move & insert new line in stdscr 
  345.     65         mvwinsch()         move & insert char in a window 
  346.     66         mvwinsertln()         move & insert new line in window 
  347.    115         winsch()         insert character in a window 
  348.    116         winsertln()         insert new line in a window 
  349.  
  350. INSERTLN       (1)
  351.     34         insertln()         insert new line in stdscr 
  352.  
  353. INSIDE         (1)
  354.    105         wbox()             draw a box inside a window 
  355.  
  356. KEYBOARD       (1)
  357.     27         flushinp()         kill pending keyboard input 
  358.  
  359. KEYPAD         (2)
  360.     35         keypad()         marks a window for keypad usage 
  361.     35         keypad()         marks a window for keypad usage 
  362.  
  363. KILL           (3)
  364.     24         erasechar()         return char kill character 
  365.     27         flushinp()         kill pending keyboard input 
  366.     36         killchar()         return line kill character 
  367.  
  368. KILLCHAR       (1)
  369.     36         killchar()         return line kill character 
  370.  
  371. LEAVEOK        (1)
  372.     37         leaveok()         marks window for cursor 'leave' 
  373.  
  374. LINE           (12)
  375.     13         clrtoeol()         clear end of line in stdscr 
  376.     18         deleteln()         delete a line in stdscr 
  377.     30         idlok()         use ins/del line (dummy) 
  378.     34         insertln()         insert new line in stdscr 
  379.     36         killchar()         return line kill character 
  380.     47         mvdeleteln()         move & delete a line in stdscr 
  381.     52         mvinsertln()         move & insert new line in stdscr 
  382.     60         mvwdeleteln()         move & delete a line in a window 
  383.     66         mvwinsertln()         move & insert new line in window 
  384.    108         wclrtoeol()         clear end of line in a window 
  385.    110         wdeleteln()         delete a line in a window 
  386.    116         winsertln()         insert new line in a window 
  387.  
  388. LINEEND        (2)
  389.     44         mvclrtoeol()         move & clear lineend in stdscr 
  390.     58         mvwclrtoeol()         move & clear lineend in a window 
  391.  
  392. MAP            (2)
  393.     70         nl()             set terminal cr-crlf map mode 
  394.     75         nonl()             unset terminal cr-crlf map mode 
  395.  
  396. MARK           (1)
  397.     98         touchwin()         mark a window as modified 
  398.  
  399. MARKS          (6)
  400.     11         clearok()         marks a window for screen clear 
  401.     35         keypad()         marks a window for keypad usage 
  402.     37         leaveok()         marks window for cursor 'leave' 
  403.     39         meta()             marks window for meta (dummy) 
  404.     73         nodelay()         marks window for no input wait 
  405.     90         scrollok()         marks a window to allow scroll 
  406.  
  407. META           (2)
  408.     39         meta()             marks window for meta (dummy) 
  409.     39         meta()             marks window for meta (dummy) 
  410.  
  411. MODE           (11)
  412.      9         cbreak()         set terminal cbreak mode 
  413.     14         crmode()         set terminal cbreak mode 
  414.     21         echo()             set terminal echo mode 
  415.     70         nl()             set terminal cr-crlf map mode 
  416.     71         nocbreak()         unset terminal cbreak mode 
  417.     72         nocrmode()         unset terminal cbreak mode 
  418.     74         noecho()         unset terminal echo mode 
  419.     75         nonl()             unset terminal cr-crlf map mode 
  420.     76         noraw()         unset raw terminal mode 
  421.     80         raw()             set raw terminal mode 
  422.     81         refrbrk()         set screen refresh break mode 
  423.  
  424. MODES          (2)
  425.     84         resetty()         restore terminal I/O modes 
  426.     87         savetty()         save terminal I/O modes 
  427.  
  428. MODIFIED       (1)
  429.     98         touchwin()         mark a window as modified 
  430.  
  431. MOVE           (31)
  432.     40         move()             move cursor in stdscr 
  433.     40         move()             move cursor in stdscr 
  434.     41         mvaddch()         move & put char in stdscr 
  435.     42         mvaddstr()         move & put string in stdscr 
  436.     43         mvclrtobot()         move & clear end of stdscr 
  437.     44         mvclrtoeol()         move & clear lineend in stdscr 
  438.     45         mvcur()         move terminal cursor 
  439.     46         mvdelch()         move & delete a char in stdscr 
  440.     47         mvdeleteln()         move & delete a line in stdscr 
  441.     48         mvgetch()         move & get char to stdscr 
  442.     49         mvgetstr()         move & get string to stdscr 
  443.     50         mvinch()         move & get char at stdscr cursor 
  444.     51         mvinsch()         move & insert char in stdscr 
  445.     52         mvinsertln()         move & insert new line in stdscr 
  446.     53         mvprintw()         move & print string in stdscr 
  447.     54         mvscanw()         move & get values via stdscr 
  448.     55         mvwaddch()         move & put char in a window 
  449.     56         mvwaddstr()         move & put string in a window 
  450.     57         mvwclrtobot()         move & clear end of a window 
  451.     58         mvwclrtoeol()         move & clear lineend in a window 
  452.     59         mvwdelch()         move & delete a char in a window 
  453.     60         mvwdeleteln()         move & delete a line in a window 
  454.     61         mvwgetch()         move & get char to a window 
  455.     62         mvwgetstr()         move & get string to a window 
  456.     63         mvwin()         move window 
  457.     64         mvwinch()         move & get char at window cursor 
  458.     65         mvwinsch()         move & insert char in a window 
  459.     66         mvwinsertln()         move & insert new line in window 
  460.     67         mvwprintw()         move & print string in a window 
  461.     68         mvwscanw()         move & get values via a window 
  462.    117         wmove()         move cursor in a window 
  463.  
  464. MVADDCH        (1)
  465.     41         mvaddch()         move & put char in stdscr 
  466.  
  467. MVADDSTR       (1)
  468.     42         mvaddstr()         move & put string in stdscr 
  469.  
  470. MVCLRTOBOT     (1)
  471.     43         mvclrtobot()         move & clear end of stdscr 
  472.  
  473. MVCLRTOEOL     (1)
  474.     44         mvclrtoeol()         move & clear lineend in stdscr 
  475.  
  476. MVCUR          (1)
  477.     45         mvcur()         move terminal cursor 
  478.  
  479. MVDELCH        (1)
  480.     46         mvdelch()         move & delete a char in stdscr 
  481.  
  482. MVDELETELN     (1)
  483.     47         mvdeleteln()         move & delete a line in stdscr 
  484.  
  485. MVGETCH        (1)
  486.     48         mvgetch()         move & get char to stdscr 
  487.  
  488. MVGETSTR       (1)
  489.     49         mvgetstr()         move & get string to stdscr 
  490.  
  491. MVINCH         (1)
  492.     50         mvinch()         move & get char at stdscr cursor 
  493.  
  494. MVINSCH        (1)
  495.     51         mvinsch()         move & insert char in stdscr 
  496.  
  497. MVINSERTLN     (1)
  498.     52         mvinsertln()         move & insert new line in stdscr 
  499.  
  500. MVPRINTW       (1)
  501.     53         mvprintw()         move & print string in stdscr 
  502.  
  503. MVSCANW        (1)
  504.     54         mvscanw()         move & get values via stdscr 
  505.  
  506. MVWADDCH       (1)
  507.     55         mvwaddch()         move & put char in a window 
  508.  
  509. MVWADDSTR      (1)
  510.     56         mvwaddstr()         move & put string in a window 
  511.  
  512. MVWCLRTOBOT    (1)
  513.     57         mvwclrtobot()         move & clear end of a window 
  514.  
  515. MVWCLRTOEOL    (1)
  516.     58         mvwclrtoeol()         move & clear lineend in a window 
  517.  
  518. MVWDELCH       (1)
  519.     59         mvwdelch()         move & delete a char in a window 
  520.  
  521. MVWDELETELN    (1)
  522.     60         mvwdeleteln()         move & delete a line in a window 
  523.  
  524. MVWGETCH       (1)
  525.     61         mvwgetch()         move & get char to a window 
  526.  
  527. MVWGETSTR      (1)
  528.     62         mvwgetstr()         move & get string to a window 
  529.  
  530. MVWIN          (1)
  531.     63         mvwin()         move window 
  532.  
  533. MVWINCH        (1)
  534.     64         mvwinch()         move & get char at window cursor 
  535.  
  536. MVWINSCH       (1)
  537.     65         mvwinsch()         move & insert char in a window 
  538.  
  539. MVWINSERTLN    (1)
  540.     66         mvwinsertln()         move & insert new line in window 
  541.  
  542. MVWPRINTW      (1)
  543.     67         mvwprintw()         move & print string in a window 
  544.  
  545. MVWSCANW       (1)
  546.     68         mvwscanw()         move & get values via a window 
  547.  
  548. NEW            (4)
  549.     34         insertln()         insert new line in stdscr 
  550.     52         mvinsertln()         move & insert new line in stdscr 
  551.     66         mvwinsertln()         move & insert new line in window 
  552.    116         winsertln()         insert new line in a window 
  553.  
  554. NL             (1)
  555.     70         nl()             set terminal cr-crlf map mode 
  556.  
  557. NOCBREAK       (1)
  558.     71         nocbreak()         unset terminal cbreak mode 
  559.  
  560. NOCRMODE       (1)
  561.     72         nocrmode()         unset terminal cbreak mode 
  562.  
  563. NODELAY        (1)
  564.     73         nodelay()         marks window for no input wait 
  565.  
  566. NOECHO         (1)
  567.     74         noecho()         unset terminal echo mode 
  568.  
  569. NONL           (1)
  570.     75         nonl()             unset terminal cr-crlf map mode 
  571.  
  572. NORAW          (1)
  573.     76         noraw()         unset raw terminal mode 
  574.  
  575. NORMAL         (2)
  576.     94         standend()         start normal chars in stdscr 
  577.    123         wstandend()         start normal chars in window 
  578.  
  579. OFF            (1)
  580.     15         cursoff()         turns off hardware cursor 
  581.  
  582. ONE            (2)
  583.     77         overlay()         overlay one window on another 
  584.     78         overwrite()         overwrite one window on another 
  585.  
  586. OP             (1)
  587.     93         setupterm()         set up terminal (no-op) 
  588.  
  589. OVERLAY        (2)
  590.     77         overlay()         overlay one window on another 
  591.     77         overlay()         overlay one window on another 
  592.  
  593. OVERWRITE      (2)
  594.     78         overwrite()         overwrite one window on another 
  595.     78         overwrite()         overwrite one window on another 
  596.  
  597. PENDING        (1)
  598.     27         flushinp()         kill pending keyboard input 
  599.  
  600. PHYSICAL       (1)
  601.     20         doupdate()         update physical screen 
  602.  
  603. PRINT          (4)
  604.     53         mvprintw()         move & print string in stdscr 
  605.     67         mvwprintw()         move & print string in a window 
  606.     79         printw()         print string in stdscr 
  607.    119         wprintw()         print string in a window 
  608.  
  609. PRINTW         (1)
  610.     79         printw()         print string in stdscr 
  611.  
  612. PUSH           (1)
  613.    126         wungetch()         character push-back
  614.  
  615. PUT            (8)
  616.      1         addch()         put char in stdscr 
  617.      2         addstr()         put string in stdscr 
  618.     41         mvaddch()         move & put char in stdscr 
  619.     42         mvaddstr()         move & put string in stdscr 
  620.     55         mvwaddch()         move & put char in a window 
  621.     56         mvwaddstr()         move & put string in a window 
  622.    100         waddch()         put char in a window 
  623.    101         waddstr()         put string in a window 
  624.  
  625. RAW            (3)
  626.     76         noraw()         unset raw terminal mode 
  627.     80         raw()             set raw terminal mode 
  628.     80         raw()             set raw terminal mode 
  629.  
  630. REFRBRK        (1)
  631.     81         refrbrk()         set screen refresh break mode 
  632.  
  633. REFRESH        (4)
  634.     81         refrbrk()         set screen refresh break mode 
  635.     82         refresh()         refresh stdscr 
  636.     82         refresh()         refresh stdscr 
  637.    120         wrefresh()         refresh screen 
  638.  
  639. REGION         (3)
  640.     89         scroll()         scroll region in a window 
  641.     91         setsrcreg()         define stdscr's scroll region 
  642.    122         wsetsrcreg()         define a window's scroll region 
  643.  
  644. RESETTERM      (1)
  645.     83         resetterm()         compatibility dummy 
  646.  
  647. RESETTY        (1)
  648.     84         resetty()         restore terminal I/O modes 
  649.  
  650. RESTORE        (1)
  651.     84         resetty()         restore terminal I/O modes 
  652.  
  653. RETURN         (2)
  654.     24         erasechar()         return char kill character 
  655.     36         killchar()         return line kill character 
  656.  
  657. SAVE           (1)
  658.     87         savetty()         save terminal I/O modes 
  659.  
  660. SAVEOLDTERM    (1)
  661.     85         saveoldterm()         compatibility dummy 
  662.  
  663. SAVETERM       (1)
  664.     86         saveterm()         compatibility dummy 
  665.  
  666. SAVETTY        (1)
  667.     87         savetty()         save terminal I/O modes 
  668.  
  669. SCANW          (1)
  670.     88         scanw()         get values via stdscr 
  671.  
  672. SCREEN         (6)
  673.     11         clearok()         marks a window for screen clear 
  674.     20         doupdate()         update physical screen 
  675.     26         flash()         flash terminal screen 
  676.     81         refrbrk()         set screen refresh break mode 
  677.    118         wnoutrefresh()         create screen image, w/o display 
  678.    120         wrefresh()         refresh screen 
  679.  
  680. SCROLL         (5)
  681.     89         scroll()         scroll region in a window 
  682.     89         scroll()         scroll region in a window 
  683.     90         scrollok()         marks a window to allow scroll 
  684.     91         setsrcreg()         define stdscr's scroll region 
  685.    122         wsetsrcreg()         define a window's scroll region 
  686.  
  687. SCROLLOK       (1)
  688.     90         scrollok()         marks a window to allow scroll 
  689.  
  690. SET            (9)
  691.      5         attrset()         set stdscr char attributes 
  692.      9         cbreak()         set terminal cbreak mode 
  693.     14         crmode()         set terminal cbreak mode 
  694.     21         echo()             set terminal echo mode 
  695.     70         nl()             set terminal cr-crlf map mode 
  696.     80         raw()             set raw terminal mode 
  697.     81         refrbrk()         set screen refresh break mode 
  698.     93         setupterm()         set up terminal (no-op) 
  699.    104         wattrset()         set window char attributes 
  700.  
  701. SET/GET        (2)
  702.     97         tabsize()         set/get tabsize of stdscr 
  703.    125         wtabsize()         set/get tabsize of a window 
  704.  
  705. SETSRCREG      (1)
  706.     91         setsrcreg()         define stdscr's scroll region 
  707.  
  708. SETTERM        (1)
  709.     92         setterm()         compatibility dummy 
  710.  
  711. SETUPTERM      (1)
  712.     93         setupterm()         set up terminal (no-op) 
  713.  
  714. SOUND          (1)
  715.      7         beep()             sound bell 
  716.  
  717. STANDEND       (1)
  718.     94         standend()         start normal chars in stdscr 
  719.  
  720. STANDOUT       (3)
  721.     95         standout()         start standout chars in stdscr 
  722.     95         standout()         start standout chars in stdscr 
  723.    124         wstandout()         start standout chars in window 
  724.  
  725. START          (4)
  726.     94         standend()         start normal chars in stdscr 
  727.     95         standout()         start standout chars in stdscr 
  728.    123         wstandend()         start normal chars in window 
  729.    124         wstandout()         start standout chars in window 
  730.  
  731. STDSCR         (35)
  732.      1         addch()         put char in stdscr 
  733.      2         addstr()         put string in stdscr 
  734.      3         attroff()         clear attribute(a) stdscr 
  735.      4         attron()         add attribute(s) stdscr 
  736.      5         attrset()         set stdscr char attributes 
  737.     10         clear()         clear stdscr 
  738.     12         clrtobot()         clear end of stdscr 
  739.     13         clrtoeol()         clear end of line in stdscr 
  740.     17         delch()         delete a char in stdscr 
  741.     18         deleteln()         delete a line in stdscr 
  742.     23         erase()         erase stdscr 
  743.     28         getstr()         get string to stdscr and buffer 
  744.     31         inch()             get char at stdscr cursor 
  745.     33         insch()         insert character in stdscr 
  746.     34         insertln()         insert new line in stdscr 
  747.     40         move()             move cursor in stdscr 
  748.     41         mvaddch()         move & put char in stdscr 
  749.     42         mvaddstr()         move & put string in stdscr 
  750.     43         mvclrtobot()         move & clear end of stdscr 
  751.     44         mvclrtoeol()         move & clear lineend in stdscr 
  752.     46         mvdelch()         move & delete a char in stdscr 
  753.     47         mvdeleteln()         move & delete a line in stdscr 
  754.     48         mvgetch()         move & get char to stdscr 
  755.     49         mvgetstr()         move & get string to stdscr 
  756.     50         mvinch()         move & get char at stdscr cursor 
  757.     51         mvinsch()         move & insert char in stdscr 
  758.     52         mvinsertln()         move & insert new line in stdscr 
  759.     53         mvprintw()         move & print string in stdscr 
  760.     54         mvscanw()         move & get values via stdscr 
  761.     79         printw()         print string in stdscr 
  762.     82         refresh()         refresh stdscr 
  763.     88         scanw()         get values via stdscr 
  764.     94         standend()         start normal chars in stdscr 
  765.     95         standout()         start standout chars in stdscr 
  766.     97         tabsize()         set/get tabsize of stdscr 
  767.  
  768. STDSCR'S       (1)
  769.     91         setsrcreg()         define stdscr's scroll region 
  770.  
  771. STRING         (13)
  772.      2         addstr()         put string in stdscr 
  773.     28         getstr()         get string to stdscr and buffer 
  774.     42         mvaddstr()         move & put string in stdscr 
  775.     49         mvgetstr()         move & get string to stdscr 
  776.     53         mvprintw()         move & print string in stdscr 
  777.     56         mvwaddstr()         move & put string in a window 
  778.     62         mvwgetstr()         move & get string to a window 
  779.     67         mvwprintw()         move & print string in a window 
  780.     79         printw()         print string in stdscr 
  781.     99        *unctrl()         char-to-string converter 
  782.    101         waddstr()         put string in a window 
  783.    113         wgetstr()         get string to window and buffer 
  784.    119         wprintw()         print string in a window 
  785.  
  786. SUB            (1)
  787.     96        *subwin()         create a sub-window 
  788.  
  789. SUBWINDOW      (1)
  790.     19         delwin()         delete a window or a subwindow 
  791.  
  792. TABSIZE        (3)
  793.     97         tabsize()         set/get tabsize of stdscr 
  794.     97         tabsize()         set/get tabsize of stdscr 
  795.    125         wtabsize()         set/get tabsize of a window 
  796.  
  797. TERMINAL       (16)
  798.      9         cbreak()         set terminal cbreak mode 
  799.     14         crmode()         set terminal cbreak mode 
  800.     21         echo()             set terminal echo mode 
  801.     26         flash()         flash terminal screen 
  802.     38        *longname()         terminal description 
  803.     45         mvcur()         move terminal cursor 
  804.     70         nl()             set terminal cr-crlf map mode 
  805.     71         nocbreak()         unset terminal cbreak mode 
  806.     72         nocrmode()         unset terminal cbreak mode 
  807.     74         noecho()         unset terminal echo mode 
  808.     75         nonl()             unset terminal cr-crlf map mode 
  809.     76         noraw()         unset raw terminal mode 
  810.     80         raw()             set raw terminal mode 
  811.     84         resetty()         restore terminal I/O modes 
  812.     87         savetty()         save terminal I/O modes 
  813.     93         setupterm()         set up terminal (no-op) 
  814.  
  815. TOUCHWIN       (1)
  816.     98         touchwin()         mark a window as modified 
  817.  
  818. UNSET          (5)
  819.     71         nocbreak()         unset terminal cbreak mode 
  820.     72         nocrmode()         unset terminal cbreak mode 
  821.     74         noecho()         unset terminal echo mode 
  822.     75         nonl()             unset terminal cr-crlf map mode 
  823.     76         noraw()         unset raw terminal mode 
  824.  
  825. UPDATE         (1)
  826.     20         doupdate()         update physical screen 
  827.  
  828. USAGE          (1)
  829.     35         keypad()         marks a window for keypad usage 
  830.  
  831. VALUES         (4)
  832.     54         mvscanw()         move & get values via stdscr 
  833.     68         mvwscanw()         move & get values via a window 
  834.     88         scanw()         get values via stdscr 
  835.    121         wscanw()         get values via a window 
  836.  
  837. VIA            (4)
  838.     54         mvscanw()         move & get values via stdscr 
  839.     68         mvwscanw()         move & get values via a window 
  840.     88         scanw()         get values via stdscr 
  841.    121         wscanw()         get values via a window 
  842.  
  843. W/O            (1)
  844.    118         wnoutrefresh()         create screen image, w/o display 
  845.  
  846. WADDCH         (1)
  847.    100         waddch()         put char in a window 
  848.  
  849. WADDSTR        (1)
  850.    101         waddstr()         put string in a window 
  851.  
  852. WAIT           (1)
  853.     73         nodelay()         marks window for no input wait 
  854.  
  855. WATTROFF       (1)
  856.    102         wattroff()         clear attribute(a) in window 
  857.  
  858. WATTRON        (1)
  859.    103         wattron()         add attribute(s) in window 
  860.  
  861. WATTRSET       (1)
  862.    104         wattrset()         set window char attributes 
  863.  
  864. WBOX           (1)
  865.    105         wbox()             draw a box inside a window 
  866.  
  867. WCLEAR         (1)
  868.    106         wclear()         clear a window 
  869.  
  870. WCLRTOBOT      (1)
  871.    107         wclrtobot()         clear end of a window 
  872.  
  873. WCLRTOEOL      (1)
  874.    108         wclrtoeol()         clear end of line in a window 
  875.  
  876. WDELCH         (1)
  877.    109         wdelch()         delete a char in a window 
  878.  
  879. WDELETELN      (1)
  880.    110         wdeleteln()         delete a line in a window 
  881.  
  882. WERASE         (1)
  883.    111         werase()         erase a window 
  884.  
  885. WGETCH         (1)
  886.    112         wgetch()         get char to a window 
  887.  
  888. WGETSTR        (1)
  889.    113         wgetstr()         get string to window and buffer 
  890.  
  891. WINCH          (1)
  892.    114         winch()         get char at window cursor 
  893.  
  894. WINDOW         (51)
  895.      8         box()             draw a box around a window 
  896.     11         clearok()         marks a window for screen clear 
  897.     19         delwin()         delete a window or a subwindow 
  898.     35         keypad()         marks a window for keypad usage 
  899.     37         leaveok()         marks window for cursor 'leave' 
  900.     39         meta()             marks window for meta (dummy) 
  901.     55         mvwaddch()         move & put char in a window 
  902.     56         mvwaddstr()         move & put string in a window 
  903.     57         mvwclrtobot()         move & clear end of a window 
  904.     58         mvwclrtoeol()         move & clear lineend in a window 
  905.     59         mvwdelch()         move & delete a char in a window 
  906.     60         mvwdeleteln()         move & delete a line in a window 
  907.     61         mvwgetch()         move & get char to a window 
  908.     62         mvwgetstr()         move & get string to a window 
  909.     63         mvwin()         move window 
  910.     64         mvwinch()         move & get char at window cursor 
  911.     65         mvwinsch()         move & insert char in a window 
  912.     66         mvwinsertln()         move & insert new line in window 
  913.     67         mvwprintw()         move & print string in a window 
  914.     68         mvwscanw()         move & get values via a window 
  915.     69        *newwin()         create a window 
  916.     73         nodelay()         marks window for no input wait 
  917.     77         overlay()         overlay one window on another 
  918.     78         overwrite()         overwrite one window on another 
  919.     89         scroll()         scroll region in a window 
  920.     90         scrollok()         marks a window to allow scroll 
  921.     96        *subwin()         create a sub-window 
  922.     98         touchwin()         mark a window as modified 
  923.    100         waddch()         put char in a window 
  924.    101         waddstr()         put string in a window 
  925.    102         wattroff()         clear attribute(a) in window 
  926.    103         wattron()         add attribute(s) in window 
  927.    104         wattrset()         set window char attributes 
  928.    105         wbox()             draw a box inside a window 
  929.    106         wclear()         clear a window 
  930.    107         wclrtobot()         clear end of a window 
  931.    108         wclrtoeol()         clear end of line in a window 
  932.    109         wdelch()         delete a char in a window 
  933.    110         wdeleteln()         delete a line in a window 
  934.    111         werase()         erase a window 
  935.    112         wgetch()         get char to a window 
  936.    113         wgetstr()         get string to window and buffer 
  937.    114         winch()         get char at window cursor 
  938.    115         winsch()         insert character in a window 
  939.    116         winsertln()         insert new line in a window 
  940.    117         wmove()         move cursor in a window 
  941.    119         wprintw()         print string in a window 
  942.    121         wscanw()         get values via a window 
  943.    123         wstandend()         start normal chars in window 
  944.    124         wstandout()         start standout chars in window 
  945.    125         wtabsize()         set/get tabsize of a window 
  946.  
  947. WINDOW'S       (1)
  948.    122         wsetsrcreg()         define a window's scroll region 
  949.  
  950. WINSCH         (1)
  951.    115         winsch()         insert character in a window 
  952.  
  953. WINSERTLN      (1)
  954.    116         winsertln()         insert new line in a window 
  955.  
  956. WMOVE          (1)
  957.    117         wmove()         move cursor in a window 
  958.  
  959. WNOUTREFRESH   (1)
  960.    118         wnoutrefresh()         create screen image, w/o display 
  961.  
  962. WPRINTW        (1)
  963.    119         wprintw()         print string in a window 
  964.  
  965. WREFRESH       (1)
  966.    120         wrefresh()         refresh screen 
  967.  
  968. WSCANW         (1)
  969.    121         wscanw()         get values via a window 
  970.  
  971. WSETSRCREG     (1)
  972.    122         wsetsrcreg()         define a window's scroll region 
  973.  
  974. WSTANDEND      (1)
  975.    123         wstandend()         start normal chars in window 
  976.  
  977. WSTANDOUT      (1)
  978.    124         wstandout()         start standout chars in window 
  979.  
  980. WTABSIZE       (1)
  981.    125         wtabsize()         set/get tabsize of a window 
  982.  
  983. WUNGETCH       (1)
  984.    126         wungetch()         character push-back
  985.