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.324 by sasha, Fri Jun 8 20:04:12 2007 UTC vs.
Revision 1.326 by root, Sat Jun 9 13:04:27 2007 UTC

973 scr_overlay_off (); 973 scr_overlay_off ();
974# endif 974# endif
975 if (iso14755buf & ISO_14755_51) 975 if (iso14755buf & ISO_14755_51)
976 commit_iso14755 (); 976 commit_iso14755 ();
977#if ISO_14755 977#if ISO_14755
978 else if (iso14755buf & ISO_14755_STARTED) 978 else if (option (Opt_iso14755_52) && iso14755buf & ISO_14755_STARTED)
979 { 979 {
980 iso14755buf = ISO_14755_52; // iso14755 part 5.2: remember empty begin/end pair 980 iso14755buf = ISO_14755_52; // iso14755 part 5.2: remember empty begin/end pair
981 981
982 scr_overlay_new (0, -1, sizeof ("KEYCAP PICTURE INSERT MODE") - 1, 1); 982 scr_overlay_new (0, -1, sizeof ("KEYCAP PICTURE INSERT MODE") - 1, 1);
983 scr_overlay_set (0, 0, "KEYCAP PICTURE INSERT MODE"); 983 scr_overlay_set (0, 0, "KEYCAP PICTURE INSERT MODE");
2474 */ 2474 */
2475int 2475int
2476rxvt_term::check_our_parents () 2476rxvt_term::check_our_parents ()
2477{ 2477{
2478#if TRANSPARENT || ENABLE_PERL 2478#if TRANSPARENT || ENABLE_PERL
2479 check_our_aprents_ev.stop(); 2479 check_our_parents_ev.stop ();
2480 check_our_aprents_ev.start(NOW + 1./3.); 2480 check_our_parents_ev.start (NOW + .1);
2481#endif 2481#endif
2482 return 0; 2482 return 0;
2483} 2483}
2484 2484
2485void 2485void

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines