comparison src/window.c @ 1389:bdcfe793d49f v7.1.104

updated for version 7.1-104
author vimboss
date Thu, 13 Sep 2007 16:26:47 +0000
parents 10a1b67c0885
children b00bc2bf23eb
comparison
equal deleted inserted replaced
1388:26cbd39f2251 1389:bdcfe793d49f
582 dont_scroll = TRUE; /* disallow scrolling here */ 582 dont_scroll = TRUE; /* disallow scrolling here */
583 #endif 583 #endif
584 ++no_mapping; 584 ++no_mapping;
585 ++allow_keys; /* no mapping for xchar, but allow key codes */ 585 ++allow_keys; /* no mapping for xchar, but allow key codes */
586 if (xchar == NUL) 586 if (xchar == NUL)
587 xchar = safe_vgetc(); 587 xchar = plain_vgetc();
588 #ifdef FEAT_LANGMAP 588 #ifdef FEAT_LANGMAP
589 LANGMAP_ADJUST(xchar, TRUE); 589 LANGMAP_ADJUST(xchar, TRUE);
590 #endif 590 #endif
591 --no_mapping; 591 --no_mapping;
592 --allow_keys; 592 --allow_keys;