home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / CPROG / FORMGE.ZIP / IOED.H < prev    next >
Text File  |  1989-04-18  |  331b  |  7 lines

  1. void do_help (void);                        /* box editor help */
  2. void redraw (char *edscreen,int sx,         /* redraw editor lines */
  3.    int sy, int wid, int lines);             /*    (internal use) */
  4. int  edit (char *edscreen,int sx,           /* editor-in-a-box   */
  5.    int sy, int *px, int *py, int wid,
  6.    int lines);
  7.