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.38 by pcg, Wed Mar 3 04:07:52 2004 UTC vs.
Revision 1.39 by pcg, Sun Mar 14 17:33:07 2004 UTC

394 394
395#ifndef NO_BRIGHTCOLOR 395#ifndef NO_BRIGHTCOLOR
396 colorfgbg = DEFAULT_RSTYLE; 396 colorfgbg = DEFAULT_RSTYLE;
397#endif 397#endif
398 398
399#if defined (HOTKEY_CTRL) || defined (HOTKEY_META)
400 ks_bigfont = XK_greater;
401 ks_smallfont = XK_less;
402#endif
403
404 refresh_limit = 1; 399 refresh_limit = 1;
405 refresh_type = SLOW_REFRESH; 400 refresh_type = SLOW_REFRESH;
406 prev_nrow = prev_ncol = 0; 401 prev_nrow = prev_ncol = 0;
407 402
408 oldcursor.row = oldcursor.col = -1; 403 oldcursor.row = oldcursor.col = -1;
591 rs[Rs_print_pipe] = PRINTPIPE; 586 rs[Rs_print_pipe] = PRINTPIPE;
592#endif 587#endif
593 588
594 if (!rs[Rs_cutchars]) 589 if (!rs[Rs_cutchars])
595 rs[Rs_cutchars] = CUTCHARS; 590 rs[Rs_cutchars] = CUTCHARS;
596
597#ifdef ACS_ASCII
598 if (!rs[Rs_acs_chars])
599 rs[Rs_acs_chars] = ACS_CHARS;
600 if ((i = STRLEN (rs[Rs_acs_chars])) < 0x20)
601 {
602 val = rxvt_realloc ((void *)rs[Rs_acs_chars], 0x20);
603 for (; i < 0x20; )
604 val[i] = ' ';
605 rs[Rs_acs_chars] = val;
606 }
607#endif
608 591
609#ifndef NO_BACKSPACE_KEY 592#ifndef NO_BACKSPACE_KEY
610 if (!rs[Rs_backspace_key]) 593 if (!rs[Rs_backspace_key])
611# ifdef DEFAULT_BACKSPACE 594# ifdef DEFAULT_BACKSPACE
612 key_backspace = DEFAULT_BACKSPACE; 595 key_backspace = DEFAULT_BACKSPACE;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines