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.177 by root, Mon Jan 16 06:37:52 2006 UTC vs.
Revision 1.178 by root, Mon Jan 16 08:29:57 2006 UTC

89rxvt_pop_locale () 89rxvt_pop_locale ()
90{ 90{
91 rxvt_set_locale (savelocale); 91 rxvt_set_locale (savelocale);
92} 92}
93 93
94void
95rxvt_term::make_current () const
96{
97 SET_R (this);
98 rxvt_set_locale (locale);
99 set_environ (envv);
100}
101
102#if ENABLE_COMBINING 94#if ENABLE_COMBINING
103class rxvt_composite_vec rxvt_composite; 95class rxvt_composite_vec rxvt_composite;
104 96
105text_t rxvt_composite_vec::compose (unicode_t c1, unicode_t c2) 97text_t rxvt_composite_vec::compose (unicode_t c1, unicode_t c2)
106{ 98{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines