Thu Jun 2 13:36:23 2005 Michael Jennings (mej)

A couple small fixes from Yasufumi Haga <yasufumi.haga@nifty.com> to
the man page and the handling of multi-byte fonts.
----------------------------------------------------------------------


SVN revision: 15062
This commit is contained in:
Michael Jennings 2005-06-02 17:39:07 +00:00
parent 7d190cc781
commit faa95e7197
3 changed files with 7 additions and 2 deletions

View File

@ -5389,3 +5389,8 @@ Sat May 14 18:56:55 2005 Michael Frysinger (vapier)
Twin 0.4.6 and 0.5.1 install the header 'Tw/Tw1.h', not 'Tw/Tw_1.h'.
----------------------------------------------------------------------
Thu Jun 2 13:36:23 2005 Michael Jennings (mej)
A couple small fixes from Yasufumi Haga <yasufumi.haga@nifty.com> to
the man page and the handling of multi-byte fonts.
----------------------------------------------------------------------

View File

@ -2185,7 +2185,7 @@ terminal window.
.I buffer
is either a number
.BR 0 - 7 ,
in which case the selection is copied to the cut buffer specified, or
in which case the selection is pasted from the cut buffer specified, or
one of the words
.BR clipboard ", " primary ", or " secondary
(or any initial substring thereof), in which case the contents of the

View File

@ -2688,7 +2688,7 @@ post_parse(void)
eterm_font_add(&etmfonts, rs_mfont[i], ((i == 0) ? def_font_idx : ((i <= def_font_idx) ? (i - 1) : i)));
RESET_AND_ASSIGN(rs_mfont[i], NULL);
}
} else {
} else if (etmfonts[i] == NULL) {
eterm_font_add(&etmfonts, etfonts[i], i);
}
#endif