[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Progress on xterm with combining characters!



> >From my .Xresources:
> 
> *VT100*font: -misc-fixed-medium-r-normal--18-120-100-100-c-90-iso10646-1
> *VT100*wideFont: -misc-fixed-medium-r-normal-ja-18-120-100-100-c-180-iso10646-1

Yes, this is replaces the commandline options -fn 9x18U -fw 18x18ja. But
still, with the patch applied to xterm-122 (one hunk failed, see attached
reject file, all others + compilation succeeded). I get double-width
display of empty boxes instead of han characters, and some utf-8 text
files make xterm crash, turning it's screen black.

--
phm
***************
*** 604,610 ****
  extern void ScrnDeleteLine (TScreen *screen, ScrnBuf sb, int n, int last, int size, int where);
  extern void ScrnInsertChar (TScreen *screen, int n, int size);
  extern void ScrnInsertLine (TScreen *screen, ScrnBuf sb, int last, int where, int n, int size);
- extern void ScrnRefresh (TScreen *screen, int toprow, int leftcol, int nrows, int ncols, int force);
  extern void ScrnSetWrapped (TScreen *screen, int row);
  
  /* scrollbar.c */
--- 606,612 ----
  extern void ScrnDeleteLine (TScreen *screen, ScrnBuf sb, int n, int last, int size, int where);
  extern void ScrnInsertChar (TScreen *screen, int n, int size);
  extern void ScrnInsertLine (TScreen *screen, ScrnBuf sb, int last, int where, int n, int size);
+ extern void ScrnRefresh (TScreen *screen, int toprow, int leftcol, int nrows, int ncols, Bool force);
  extern void ScrnSetWrapped (TScreen *screen, int row);
  
  /* scrollbar.c */