Ticket #1520: mc-4.7.0-pre1.find_bug.patch
File mc-4.7.0-pre1.find_bug.patch, 398 bytes (added by dborca, 15 years ago) |
---|
-
mc-4.7.0-pre1
diff -Naur mc-4.7.0-pre1~/src/find.c mc-4.7.0-pre1/src/find.c
old new 599 599 Gpm_Event event; 600 600 int c; 601 601 602 event.x = -1; 602 603 c = get_event (&event, h->mouse_status == MOU_REPEAT, 0); 603 604 if (c != EV_NONE) { 604 605 dlg_process_event (h, c, &event);