[BACK]Return to message.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / vim

Diff for /src/usr.bin/vim/Attic/message.c between version 1.3 and 1.4

version 1.3, 1996/09/22 01:18:03 version 1.4, 1996/10/14 03:55:16
Line 278 
Line 278 
                 do                  do
                 {                  {
                         c = vgetc();                          c = vgetc();
                         got_int = FALSE;                          if (!global_busy)
                                   got_int = FALSE;
                 } while (c == Ctrl('C')                  } while (c == Ctrl('C')
 #ifdef USE_GUI  #ifdef USE_GUI
                                                                 || c == K_SCROLLBAR || c == K_HORIZ_SCROLLBAR                                                                  || c == K_SCROLLBAR || c == K_HORIZ_SCROLLBAR

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4