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

Comparing rxvt-unicode/src/rxvtperl.xs (file contents):
Revision 1.6 by root, Mon Jan 2 21:17:01 2006 UTC vs.
Revision 1.7 by root, Mon Jan 2 22:23:26 2006 UTC

390 free (str); 390 free (str);
391} 391}
392 OUTPUT: 392 OUTPUT:
393 RETVAL 393 RETVAL
394 394
395int
396rxvt_term::nsaved ()
397 CODE:
398 RETVAL = THIS->nsaved;
399 OUTPUT:
400 RETVAL
401
402int
403rxvt_term::view_start (int newval = -1)
404 CODE:
405{
406 RETVAL = THIS->view_start;
407
408 if (newval >= 0)
409 {
410 THIS->view_start = min (newval, THIS->nsaved);
411 THIS->scr_changeview (RETVAL);
412 }
413}
414 OUTPUT:
415 RETVAL
416
395void 417void
396rxvt_term::_resource (char *name, int index, SV *newval = 0) 418rxvt_term::_resource (char *name, int index, SV *newval = 0)
397 PPCODE: 419 PPCODE:
398{ 420{
399 struct resval { const char *name; int value; } rslist [] = { 421 struct resval { const char *name; int value; } rslist [] = {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines