comparison src/gui_photon.c @ 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 e65e50609469
children 847733973bfd
comparison
equal deleted inserted replaced
2683:0c7d6d01e058 2684:951641b8784d
1500 int type, 1500 int type,
1501 char_u *title, 1501 char_u *title,
1502 char_u *message, 1502 char_u *message,
1503 char_u *buttons, 1503 char_u *buttons,
1504 int default_button, 1504 int default_button,
1505 char_u *textfield) 1505 char_u *textfield,
1506 int ex_cmd)
1506 { 1507 {
1507 char_u *str; 1508 char_u *str;
1508 char_u **button_array; 1509 char_u **button_array;
1509 char_u *buttons_copy; 1510 char_u *buttons_copy;
1510 1511