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.229 by root, Tue Jan 3 17:34:44 2006 UTC vs.
Revision 1.230 by root, Wed Jan 4 00:09:12 2006 UTC

3966 int lines = atoi (str); 3966 int lines = atoi (str);
3967 3967
3968 if (lines) 3968 if (lines)
3969 scr_page (op == URxvt_view_up ? UP : DN, lines); 3969 scr_page (op == URxvt_view_up ? UP : DN, lines);
3970 else 3970 else
3971 {
3972 scr_erase_savelines (); 3971 scr_erase_savelines ();
3973 }
3974 3972
3975 break; 3973 break;
3976#endif 3974#endif
3975
3976#if ENABLE_PERL
3977 case URxvt_perl:
3978 if (PERL_INVOKE ((this, HOOK_OSC_SEQ, DT_STRING, str, DT_END)))
3979 ; // no responses yet
3980 break;
3981
3982#endif
3983
3977 } 3984 }
3978} 3985}
3979/*----------------------------------------------------------------------*/ 3986/*----------------------------------------------------------------------*/
3980 3987
3981/*{{{ process DEC private mode sequences `ESC [ ? Ps mode' */ 3988/*{{{ process DEC private mode sequences `ESC [ ? Ps mode' */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines