ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/command.C
(Generate patch)

Comparing rxvt-unicode/src/command.C (file contents):
Revision 1.513 by sf-exg, Thu May 31 05:53:46 2012 UTC vs.
Revision 1.514 by root, Mon Jun 4 15:18:52 2012 UTC

421 ctrl = ev.state & ControlMask; 421 ctrl = ev.state & ControlMask;
422 meta = ev.state & ModMetaMask; 422 meta = ev.state & ModMetaMask;
423 423
424 kbuf[0] = 0; 424 kbuf[0] = 0;
425 425
426#ifdef USE_XIM 426#if USE_XIM
427 if (Input_Context) 427 if (Input_Context)
428 { 428 {
429 Status status_return; 429 Status status_return;
430 430
431#if 0 431#if 0
987 while (row < end_row); 987 while (row < end_row);
988 } 988 }
989 989
990 scr_refresh (); 990 scr_refresh ();
991 scrollBar.show (1); 991 scrollBar.show (1);
992#ifdef USE_XIM 992#if USE_XIM
993 im_send_spot (); 993 im_send_spot ();
994#endif 994#endif
995 } 995 }
996 996
997 display->flush (); 997 display->flush ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines