First, a typo-level bug:
there is a mismatch for the encoding name for Korean between screen.c
("kr", line 45) and defaultfont.c ("euckr", line 153). The man page,
command line options, etc... expect it to be "kr" (although "euckr"
makes a lot of sense).

Another problem: the number of fonts and the index for the default
font specified in defaultfont.h (XX_NFONTS and XX_FONT0 where XX is
the encoding used) will always apply whatever the number of fonts
specified by resource files. For instance, if the encoding is "gb", 
only 2 font sizes will be available at runtime, regardless of whether
resources fontN and mfontN are defined or not for N>1. Also, the
default font will have to be the smaller one. I don't think these
limitations are correct behavior.

/***************************
   Maxime Froment
   [EMAIL PROTECTED]
 ***************************/

Reply via email to