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

Comparing rxvt-unicode/src/init.C (file contents):
Revision 1.178 by root, Sat Jan 20 00:51:31 2007 UTC vs.
Revision 1.180 by ayin, Fri Feb 16 21:46:05 2007 UTC

206 refresh_type = SLOW_REFRESH; 206 refresh_type = SLOW_REFRESH;
207 207
208 oldcursor.row = oldcursor.col = -1; 208 oldcursor.row = oldcursor.col = -1;
209#ifdef XPM_BACKGROUND 209#ifdef XPM_BACKGROUND
210 /* bgPixmap.w = bgPixmap.h = 0; */ 210 /* bgPixmap.w = bgPixmap.h = 0; */
211 bgPixmap.x = bgPixmap.y = 50; 211 bgPixmap.x = bgPixmap.y = 0;
212 bgPixmap.pixmap = None; 212 bgPixmap.pixmap = None;
213#endif 213#endif
214 214
215 last_bot = last_state = -1; 215 last_bot = last_state = -1;
216 216
1277 else 1277 else
1278#endif 1278#endif
1279 er = -1; 1279 er = -1;
1280 1280
1281 rxvt_get_ttymode (&tio, er); 1281 rxvt_get_ttymode (&tio, er);
1282 SET_TERMIOS (pty->tty, &tio); /* init terminal attributes */
1282 pty->set_utf8_mode (enc_utf8); 1283 pty->set_utf8_mode (enc_utf8);
1283 SET_TERMIOS (pty->tty, &tio); /* init terminal attributes */
1284 1284
1285 /* set initial window size */ 1285 /* set initial window size */
1286 tt_winch (); 1286 tt_winch ();
1287 1287
1288#if ENABLE_FRILLS 1288#if ENABLE_FRILLS

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines