[Rd] Re: [R] windows data editor changes dimensions displayed
	data frames (PR#2963)
    Duncan Murdoch 
    dmurdoch at pair.com
       
    Fri May  9 10:03:52 MEST 2003
    
    
  
The problem in the Windows version is in src/gnuwin32/dataentry.c,
where the number of rows is stored in sxpinfo.gp, a 16 bit field.  I'm
sure I don't want to change the size of that field now (though perhaps
in a later version it would be reasonable), I'm not sure if there's a
better place to put the row count.
I imagine there's a similar implementation in the Unix version, but I
haven't looked there yet.
Duncan Murdoch
    
    
More information about the R-devel
mailing list