=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/vim/Attic/message.c,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/usr.bin/vim/Attic/message.c 1996/09/22 01:18:03 1.3 --- src/usr.bin/vim/Attic/message.c 1996/10/14 03:55:16 1.4 *************** *** 1,4 **** ! /* $OpenBSD: message.c,v 1.3 1996/09/22 01:18:03 downsj Exp $ */ /* vi:set ts=4 sw=4: * * VIM - Vi IMproved by Bram Moolenaar --- 1,4 ---- ! /* $OpenBSD: message.c,v 1.4 1996/10/14 03:55:16 downsj Exp $ */ /* vi:set ts=4 sw=4: * * VIM - Vi IMproved by Bram Moolenaar *************** *** 278,284 **** do { c = vgetc(); ! got_int = FALSE; } while (c == Ctrl('C') #ifdef USE_GUI || c == K_SCROLLBAR || c == K_HORIZ_SCROLLBAR --- 278,285 ---- do { c = vgetc(); ! if (!global_busy) ! got_int = FALSE; } while (c == Ctrl('C') #ifdef USE_GUI || c == K_SCROLLBAR || c == K_HORIZ_SCROLLBAR