comparison src/gui_w16.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 da6ec32d8d8f
children 2e4539dc2de7
comparison
equal deleted inserted replaced
2683:0c7d6d01e058 2684:951641b8784d
1096 int type, 1096 int type,
1097 char_u *title, 1097 char_u *title,
1098 char_u *message, 1098 char_u *message,
1099 char_u *buttons, 1099 char_u *buttons,
1100 int dfltbutton, 1100 int dfltbutton,
1101 char_u *textfield) 1101 char_u *textfield,
1102 int ex_cmd)
1102 { 1103 {
1103 FARPROC dp; 1104 FARPROC dp;
1104 LPWORD p, pnumitems; 1105 LPWORD p, pnumitems;
1105 int numButtons; 1106 int numButtons;
1106 int *buttonWidths, *buttonPositions; 1107 int *buttonWidths, *buttonPositions;