- Strange behaviour when compiled with kanji support. Here the report:
  From: Kikutani Makoto <kikutani@jdc.ericsson.se>

  > I find a strange behavior of rxvt when I display Japanese characters.  The
  > following is the step to reproduce it
  >
  > 1) make rxvt with Japanese support
  >
  > #define KANJI in feature.h 
  >
  > 2) uudecode this.
begin 644 aiu.euc
M("`@("`@(""DHJ2DI*8*("`@("`@(*2BI*2DI@H@("`@(""DHJ2DI*8*("`@
M("`@("`@I**DI*2F"B`@("`@("`@(""DHJ2DI*8*"@H*"@H*"@H*"@H*"@H*
)"@H*"@H*"@H*
`
end
  >  
  > you get a file "aiu.euc"
  >
  > 3) run rxvt like this 
  >    rxvt -fn 7x14 -fk k14 -geometry 80x25 
  > if you don't have k14 font, plese get k14.pcf from somewhere. 
  > Maybe you have to do "TERM=xterm" because you don't have "kterm" entry in
  > you termcap/terminfo. 
  > 
  > 4) cat aiu.euc in the rxvt 
  > 
  > 5) scroll down until yousee Japanese characters by pressing scroll button 
  > 
  > 6) you see that the
  > first and the third line of aiu.euc will be modified in the upper most
  > screen line. 
  >
  > My environment is Linux(debian-1.2, kernel=2.0.27)+Accelerated-X_2.1.
  > I tried to see what happened by gdb.  The strange thing is that upper line
  > is displayed correctly in screen.c/scr_page routine, but it is modified
  > when mouse pointer is in the rxvt window(i.e. focus in the window) ! Since
  > I'm not a software engineer, I cannot follow this more. Please help.
  > makoto
