home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / text / vim / src / proto / window.pro < prev   
Text File  |  1995-02-27  |  869b  |  20 lines

  1. /* window.c */
  2. void do_window __PARMS((int nchar, long Prenum));
  3. int win_split __PARMS((long new_height, int redraw));
  4. int make_windows __PARMS((int count));
  5. void win_equal __PARMS((struct window *next_curwin, int redraw));
  6. void close_window __PARMS((int free_buf));
  7. void close_others __PARMS((int message));
  8. void win_init __PARMS((struct window *wp));
  9. void win_enter __PARMS((struct window *wp, int undo_sync));
  10. struct window *win_alloc __PARMS((struct window *after));
  11. void win_free __PARMS((struct window *wp));
  12. int win_alloc_lsize __PARMS((struct window *wp));
  13. void win_free_lsize __PARMS((struct window *wp));
  14. void screen_new_rows __PARMS((void));
  15. void win_setheight __PARMS((int height));
  16. void win_comp_scroll __PARMS((struct window *wp));
  17. void command_height __PARMS((void));
  18. void last_status __PARMS((void));
  19. unsigned char *file_name_at_cursor __PARMS((void));
  20.