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

  1.          PCcurses function declarations 
  2.          ==============================
  3.  
  4.      addch()         put char in stdscr 
  5.      addstr()         put string in stdscr 
  6.      attroff()         clear attribute(a) stdscr 
  7.      attron()         add attribute(s) stdscr 
  8.      attrset()         set stdscr char attributes 
  9.      baudrate()         compatibility dummy 
  10.      beep()             sound bell 
  11.      box()             draw a box around a window 
  12.      cbreak()         set terminal cbreak mode 
  13.      clear()         clear stdscr 
  14.      clearok()         marks a window for screen clear 
  15.      clrtobot()         clear end of stdscr 
  16.      clrtoeol()         clear end of line in stdscr 
  17.      crmode()         set terminal cbreak mode 
  18.      cursoff()         turns off hardware cursor 
  19.      curson()         turns on hardware cursor 
  20.      delch()         delete a char in stdscr 
  21.      deleteln()         delete a line in stdscr 
  22.      delwin()         delete a window or a subwindow 
  23.      doupdate()         update physical screen 
  24.      echo()             set terminal echo mode 
  25.      endwin()         cleanup and finitialization 
  26.      erase()         erase stdscr 
  27.      erasechar()         return char kill character 
  28.      fixterm()         compatibility dummy 
  29.      flash()         flash terminal screen 
  30.      flushinp()         kill pending keyboard input 
  31.      getstr()         get string to stdscr and buffer 
  32.      gettmode()         compatibility dummy 
  33.      idlok()         use ins/del line (dummy) 
  34.      inch()             get char at stdscr cursor 
  35.      initscr()         curses initialization 
  36.      insch()         insert character in stdscr 
  37.      insertln()         insert new line in stdscr 
  38.      keypad()         marks a window for keypad usage 
  39.      killchar()         return line kill character 
  40.      leaveok()         marks window for cursor 'leave' 
  41.     *longname()         terminal description 
  42.      meta()             marks window for meta (dummy) 
  43.      move()             move cursor in stdscr 
  44.      mvaddch()         move & put char in stdscr 
  45.      mvaddstr()         move & put string in stdscr 
  46.      mvclrtobot()         move & clear end of stdscr 
  47.      mvclrtoeol()         move & clear lineend in stdscr 
  48.      mvcur()         move terminal cursor 
  49.      mvdelch()         move & delete a char in stdscr 
  50.      mvdeleteln()         move & delete a line in stdscr 
  51.      mvgetch()         move & get char to stdscr 
  52.      mvgetstr()         move & get string to stdscr 
  53.      mvinch()         move & get char at stdscr cursor 
  54.      mvinsch()         move & insert char in stdscr 
  55.      mvinsertln()         move & insert new line in stdscr 
  56.      mvprintw()         move & print string in stdscr 
  57.      mvscanw()         move & get values via stdscr 
  58.      mvwaddch()         move & put char in a window 
  59.      mvwaddstr()         move & put string in a window 
  60.      mvwclrtobot()         move & clear end of a window 
  61.      mvwclrtoeol()         move & clear lineend in a window 
  62.      mvwdelch()         move & delete a char in a window 
  63.      mvwdeleteln()         move & delete a line in a window 
  64.      mvwgetch()         move & get char to a window 
  65.      mvwgetstr()         move & get string to a window 
  66.      mvwin()         move window 
  67.      mvwinch()         move & get char at window cursor 
  68.      mvwinsch()         move & insert char in a window 
  69.      mvwinsertln()         move & insert new line in window 
  70.      mvwprintw()         move & print string in a window 
  71.      mvwscanw()         move & get values via a window 
  72.     *newwin()         create a window 
  73.      nl()             set terminal cr-crlf map mode 
  74.      nocbreak()         unset terminal cbreak mode 
  75.      nocrmode()         unset terminal cbreak mode 
  76.      nodelay()         marks window for no input wait 
  77.      noecho()         unset terminal echo mode 
  78.      nonl()             unset terminal cr-crlf map mode 
  79.      noraw()         unset raw terminal mode 
  80.      overlay()         overlay one window on another 
  81.      overwrite()         overwrite one window on another 
  82.      printw()         print string in stdscr 
  83.      raw()             set raw terminal mode 
  84.      refrbrk()         set screen refresh break mode 
  85.      refresh()         refresh stdscr 
  86.      resetterm()         compatibility dummy 
  87.      resetty()         restore terminal I/O modes 
  88.      saveoldterm()         compatibility dummy 
  89.      saveterm()         compatibility dummy 
  90.      savetty()         save terminal I/O modes 
  91.      scanw()         get values via stdscr 
  92.      scroll()         scroll region in a window 
  93.      scrollok()         marks a window to allow scroll 
  94.      setsrcreg()         define stdscr's scroll region 
  95.      setterm()         compatibility dummy 
  96.      setupterm()         set up terminal (no-op) 
  97.      standend()         start normal chars in stdscr 
  98.      standout()         start standout chars in stdscr 
  99.     *subwin()         create a sub-window 
  100.      tabsize()         set/get tabsize of stdscr 
  101.      touchwin()         mark a window as modified 
  102.     *unctrl()         char-to-string converter 
  103.      waddch()         put char in a window 
  104.      waddstr()         put string in a window 
  105.      wattroff()         clear attribute(a) in window 
  106.      wattron()         add attribute(s) in window 
  107.      wattrset()         set window char attributes 
  108.      wbox()             draw a box inside a window 
  109.      wclear()         clear a window 
  110.      wclrtobot()         clear end of a window 
  111.      wclrtoeol()         clear end of line in a window 
  112.      wdelch()         delete a char in a window 
  113.      wdeleteln()         delete a line in a window 
  114.      werase()         erase a window 
  115.      wgetch()         get char to a window 
  116.      wgetstr()         get string to window and buffer 
  117.      winch()         get char at window cursor 
  118.      winsch()         insert character in a window 
  119.      winsertln()         insert new line in a window 
  120.      wmove()         move cursor in a window 
  121.      wnoutrefresh()         create screen image, w/o display 
  122.      wprintw()         print string in a window 
  123.      wrefresh()         refresh screen 
  124.      wscanw()         get values via a window 
  125.      wsetsrcreg()         define a window's scroll region 
  126.      wstandend()         start normal chars in window 
  127.      wstandout()         start standout chars in window 
  128.      wtabsize()         set/get tabsize of a window 
  129.      wungetch()         character push-back
  130.