comparison src/proto/screen.pro @ 685:d7e33248b9c8 v7.0206

updated for version 7.0206
author vimboss
date Fri, 24 Feb 2006 23:53:04 +0000
parents a5fcf36ef512
children d8f905020502
comparison
equal deleted inserted replaced
684:a8caf7dd853d 685:d7e33248b9c8
40 int win_del_lines __ARGS((win_T *wp, int row, int line_count, int invalid, int mayclear)); 40 int win_del_lines __ARGS((win_T *wp, int row, int line_count, int invalid, int mayclear));
41 int screen_ins_lines __ARGS((int off, int row, int line_count, int end, win_T *wp)); 41 int screen_ins_lines __ARGS((int off, int row, int line_count, int end, win_T *wp));
42 int screen_del_lines __ARGS((int off, int row, int line_count, int end, int force, win_T *wp)); 42 int screen_del_lines __ARGS((int off, int row, int line_count, int end, int force, win_T *wp));
43 int showmode __ARGS((void)); 43 int showmode __ARGS((void));
44 void unshowmode __ARGS((int force)); 44 void unshowmode __ARGS((int force));
45 void get_trans_bufname __ARGS((buf_T *buf));
45 int redrawing __ARGS((void)); 46 int redrawing __ARGS((void));
46 int messaging __ARGS((void)); 47 int messaging __ARGS((void));
47 void showruler __ARGS((int always)); 48 void showruler __ARGS((int always));
48 int number_width __ARGS((win_T *wp)); 49 int number_width __ARGS((win_T *wp));
49 /* vim: set ft=c : */ 50 /* vim: set ft=c : */