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.233 by root, Sat Dec 27 19:23:42 2014 UTC vs.
Revision 1.234 by sf-exg, Fri Jan 16 20:13:01 2015 UTC

1574 CODE: 1574 CODE:
1575 THIS->want_refresh = 1; 1575 THIS->want_refresh = 1;
1576 THIS->refresh_check (); 1576 THIS->refresh_check ();
1577 1577
1578void 1578void
1579rxvt_term::refresh_check ()
1580
1581void
1579rxvt_term::ROW_t (int row_number, SV *new_text = 0, int start_col = 0, int start_ofs = 0, int max_len = MAX_COLS) 1582rxvt_term::ROW_t (int row_number, SV *new_text = 0, int start_col = 0, int start_ofs = 0, int max_len = MAX_COLS)
1580 PPCODE: 1583 PPCODE:
1581{ 1584{
1582 if (!IN_RANGE_EXC (row_number, THIS->top_row, THIS->nrow)) 1585 if (!IN_RANGE_EXC (row_number, THIS->top_row, THIS->nrow))
1583 XSRETURN_EMPTY; 1586 XSRETURN_EMPTY;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines