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

Comparing rxvt-unicode/src/main.C (file contents):
Revision 1.51 by pcg, Sat Mar 6 00:05:01 2004 UTC vs.
Revision 1.53 by pcg, Sun Mar 14 17:33:07 2004 UTC

56 STRNCPY (curlocale, locale, 128); 56 STRNCPY (curlocale, locale, 128);
57 setlocale (LC_CTYPE, curlocale); 57 setlocale (LC_CTYPE, curlocale);
58 } 58 }
59} 59}
60 60
61#if ENABLE_COMBINING
61class rxvt_composite_vec rxvt_composite; 62class rxvt_composite_vec rxvt_composite;
62 63
63text_t rxvt_composite_vec::compose (uint32_t c1, uint32_t c2) 64text_t rxvt_composite_vec::compose (uint32_t c1, uint32_t c2)
64{ 65{
65 compose_char *cc; 66 compose_char *cc;
117 } 118 }
118 119
119 return len; 120 return len;
120 121
121} 122}
123#endif
122 124
123extern struct rxvt_composite_vec rxvt_composite;
124void * 125void *
125rxvt_term::operator new (size_t s) 126rxvt_term::operator new (size_t s)
126{ 127{
127 void *p = malloc (s); 128 void *p = malloc (s);
128 129
685 else 686 else
686 szHint.win_gravity = SouthWestGravity; 687 szHint.win_gravity = SouthWestGravity;
687 } 688 }
688 } 689 }
689 } 690 }
691
690 /* TODO: BOUNDS */ 692 /* TODO: BOUNDS */
691 TermWin.width = TermWin.ncol * TermWin.fwidth; 693 TermWin.width = TermWin.ncol * TermWin.fwidth;
692 TermWin.height = TermWin.nrow * TermWin.fheight; 694 TermWin.height = TermWin.nrow * TermWin.fheight;
693 max_width = MAX_COLS * TermWin.fwidth; 695 max_width = MAX_COLS * TermWin.fwidth;
694 max_height = MAX_ROWS * TermWin.fheight; 696 max_height = MAX_ROWS * TermWin.fheight;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines