home *** CD-ROM | disk | FTP | other *** search
- int can_wrap(char *s1,char *s2,int length);
- void clear_string(int x,int y,int len,int maxx);
- int editor(char *array,int minx,int maxx,int miny,int maxy,int nrows,int *array_len);
- int end_paragraph(int row,char * *string);
- int first_blank(char *s);
- int get_x(int x,int col);
- int get_y(int y,int row);
- void help_screen(void );
- int is_char(char c);
- int last_blank(char *s);
- void put_editor_cursor(int x,int y);
- void remove_editor_cursor(int x,int y);
- void unblank(char *s);
- void word_wrap(char *s1,char *s2);