comparison src/getchar.c @ 39:410fa1a31baf v7.0023

updated for version 7.0023
author vimboss
date Sun, 19 Dec 2004 22:46:22 +0000
parents 125e80798a85
children 7fd70926e2e1
comparison
equal deleted inserted replaced
38:c524f99c7925 39:410fa1a31baf
1512 name[i] = NUL; 1512 name[i] = NUL;
1513 gui_make_tearoff(name); 1513 gui_make_tearoff(name);
1514 continue; 1514 continue;
1515 } 1515 }
1516 #endif 1516 #endif
1517 #ifdef HAVE_GTK2 1517 #if defined(HAVE_GTK2) && defined(FEAT_MENU)
1518 /* GTK: <F10> normally selects the menu, but it's passed until 1518 /* GTK: <F10> normally selects the menu, but it's passed until
1519 * here to allow mapping it. Intercept and invoke the GTK 1519 * here to allow mapping it. Intercept and invoke the GTK
1520 * behavior if it's not mapped. */ 1520 * behavior if it's not mapped. */
1521 if (c == K_F10 && gui.menubar != NULL) 1521 if (c == K_F10 && gui.menubar != NULL)
1522 { 1522 {