home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / useful / util / edit / vim.lha / Vim / src / proto / screen.pro < prev    next >
Encoding:
Text File  |  1993-12-15  |  634 b   |  18 lines

  1. /* screen.c */
  2. void updateline __PARMS((void));
  3. void updateScreen __PARMS((int type));
  4. void comp_Botline __PARMS((void));
  5. int prt_line __PARMS((char *s));
  6. void screenclear __PARMS((void));
  7. void cursupdate __PARMS((void));
  8. void curs_columns __PARMS((int scroll));
  9. int getvcol __PARMS((struct fpos *pos, int type));
  10. void scrolldown __PARMS((long nlines));
  11. void scrollup __PARMS((long nlines));
  12. int s_ins __PARMS((int row, int nlines, int invalid));
  13. int s_del __PARMS((int row, int nlines, int invalid));
  14. void showmode __PARMS((void));
  15. void delmode __PARMS((void));
  16. void showruler __PARMS((int always));
  17. void clear_line __PARMS((void));
  18.