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.39 by root, Sat Jan 7 23:18:56 2006 UTC vs.
Revision 1.40 by root, Sun Jan 8 00:07:18 2006 UTC

1156 else 1156 else
1157 THIS->rs [index] = 0; 1157 THIS->rs [index] = 0;
1158 } 1158 }
1159} 1159}
1160 1160
1161bool
1162rxvt_term::option (U32 optval, int set = -1)
1163 CODE:
1164{
1165 RETVAL = THIS->options & optval;
1166
1167 if (set >= 0)
1168 {
1169 if (set)
1170 THIS->options |= optval;
1171 else
1172 THIS->options &= ~optval;
1173
1174 switch (optval)
1175 {
1176 case Opt_skipBuiltinGlyphs:
1177 THIS->set_fonts ();
1178 THIS->scr_remap_chars ();
1179 THIS->scr_touch (true);
1180 THIS->want_refresh = 1;
1181 break;
1182
1183 case Opt_cursorUnderline:
1184 THIS->want_refresh = 1;
1185 break;
1186
1187# case Opt_scrollBar_floating:
1188# case Opt_scrollBar_right:
1189# THIS->resize_all_windows (THIS->width, THIS->height, 1);
1190# break;
1191 }
1192 }
1193}
1194 OUTPUT:
1195 RETVAL
1196
1161void 1197void
1162rxvt_term::cur (...) 1198rxvt_term::cur (...)
1163 PROTOTYPE: $;$$ 1199 PROTOTYPE: $;$$
1164 ALIAS: 1200 ALIAS:
1165 screen_cur = 0 1201 screen_cur = 0

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines