[Rd] Funny characters in x11 window title (PR#1451)

p.dalgaard@biostat.ku.dk p.dalgaard@biostat.ku.dk
Wed, 10 Apr 2002 20:59:20 +0200 (MET DST)


"Warnes, Gregory R" <gregory_r_warnes@groton.pfizer.com> writes:

> I also get funny characters in the title bar on R 1.4.1 and R 1.5.0_devel
> (yesterday's version).

My bet is that it is X-server dependent what happens with bytes past
the end of a string set with

    XChangeProperty(display, xd->window, XA_WM_NAME, XA_STRING,
                    8, PropModeReplace, (unsigned char*)t, 50);

(in newX11_Activate and newX11_Deactivate, src/modules/X11/devX11.c).

Could you try and replace the 50 with strlen(t) or maybe strlen(t)+1 ?

-- 
   O__  ---- Peter Dalgaard             Blegdamsvej 3  
  c/ /'_ --- Dept. of Biostatistics     2200 Cph. N   
 (*) \(*) -- University of Copenhagen   Denmark      Ph: (+45) 35327918
~~~~~~~~~~ - (p.dalgaard@biostat.ku.dk)             FAX: (+45) 35327907

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._