comparison src/proto/gui_photon.pro @ 2684:951641b8784d v7.3.102

updated for version 7.3.102 Problem: When using ":make", typing the next command and then getting the "reload" prompt the next command is (partly) eaten by the reload prompt. Solution: Accept ':' as a special character at the reload prompt to accept the default choice and execute the command.
author Bram Moolenaar <bram@vim.org>
date Mon, 17 Jan 2011 20:08:11 +0100
parents e6db096b07a1
children 21b0a39d13ed
comparison
equal deleted inserted replaced
2683:0c7d6d01e058 2684:951641b8784d
6 int gui_mch_open __ARGS((void)); 6 int gui_mch_open __ARGS((void));
7 void gui_mch_exit __ARGS((int rc)); 7 void gui_mch_exit __ARGS((int rc));
8 void gui_mch_update __ARGS((void)); 8 void gui_mch_update __ARGS((void));
9 int gui_mch_wait_for_chars __ARGS((int wtime)); 9 int gui_mch_wait_for_chars __ARGS((int wtime));
10 char_u *gui_mch_browse __ARGS((int saving, char_u *title, char_u *default_name, char_u *ext, char_u *initdir, char_u *filter)); 10 char_u *gui_mch_browse __ARGS((int saving, char_u *title, char_u *default_name, char_u *ext, char_u *initdir, char_u *filter));
11 int gui_mch_dialog __ARGS((int type, char_u *title, char_u *message, char_u *buttons, int default_button, char_u *textfield)); 11 int gui_mch_dialog __ARGS((int type, char_u *title, char_u *message, char_u *buttons, int default_button, char_u *textfield, int ex_cmd));
12 int gui_mch_get_winpos __ARGS((int *x, int *y)); 12 int gui_mch_get_winpos __ARGS((int *x, int *y));
13 void gui_mch_set_winpos __ARGS((int x, int y)); 13 void gui_mch_set_winpos __ARGS((int x, int y));
14 void gui_mch_set_shellsize __ARGS((int width, int height, int min_width, int min_height, int base_width, int base_height, int direction)); 14 void gui_mch_set_shellsize __ARGS((int width, int height, int min_width, int min_height, int base_width, int base_height, int direction));
15 void gui_mch_get_screen_dimensions __ARGS((int *screen_w, int *screen_h)); 15 void gui_mch_get_screen_dimensions __ARGS((int *screen_w, int *screen_h));
16 void gui_mch_iconify __ARGS((void)); 16 void gui_mch_iconify __ARGS((void));