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.148 by root, Sat Dec 17 23:17:33 2011 UTC vs.
Revision 1.150 by sf-exg, Mon Jan 9 15:34:57 2012 UTC

1099 free (wstr); 1099 free (wstr);
1100} 1100}
1101 OUTPUT: 1101 OUTPUT:
1102 RETVAL 1102 RETVAL
1103 1103
1104char *
1105rxvt_term::locale ()
1106 CODE:
1107 RETVAL = THIS->locale;
1108 OUTPUT:
1109 RETVAL
1110
1111#define TERM_OFFSET(sym) offsetof (TermWin_t, sym) 1104#define TERM_OFFSET(sym) offsetof (TermWin_t, sym)
1112 1105
1113#define TERM_OFFSET_width TERM_OFFSET(width) 1106#define TERM_OFFSET_width TERM_OFFSET(width)
1114#define TERM_OFFSET_height TERM_OFFSET(height) 1107#define TERM_OFFSET_height TERM_OFFSET(height)
1115#define TERM_OFFSET_fwidth TERM_OFFSET(fwidth) 1108#define TERM_OFFSET_fwidth TERM_OFFSET(fwidth)
1550 1543
1551 if (set >= 0) 1544 if (set >= 0)
1552 { 1545 {
1553 THIS->set_option (optval, set); 1546 THIS->set_option (optval, set);
1554 1547
1555 if (THIS->env_colorfgbg [0]) // avoid doing this before START 1548 if (THIS->init_done) // avoid doing this before START
1556 switch (optval) 1549 switch (optval)
1557 { 1550 {
1558 case Opt_skipBuiltinGlyphs: 1551 case Opt_skipBuiltinGlyphs:
1559 THIS->set_fonts (); 1552 THIS->set_fonts ();
1560 THIS->scr_remap_chars (); 1553 THIS->scr_remap_chars ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines