The R Project SVN R

Rev

Rev 51721 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 51721 Rev 51948
Line 1738... Line 1738...
1738
    menuitem m;
1738
    menuitem m;
1739
 
1739
 
1740
    DE->p = newconsoledata((consolefn) ? consolefn : FixedFont,
1740
    DE->p = newconsoledata((consolefn) ? consolefn : FixedFont,
1741
			   pagerrow, pagercol, 0, 0,
1741
			   pagerrow, pagercol, 0, 0,
1742
			   guiColors,
1742
			   guiColors,
1743
			   DATAEDITOR, 0);
1743
			   DATAEDITOR, 0, 0);
1744
    if (!DE->p) return NULL;
1744
    if (!DE->p) return NULL;
1745
 
1745
 
1746
    w = DE->p->w ;
1746
    w = DE->p->w ;
1747
    h = DE->p->h;
1747
    h = DE->p->h;
1748
    if (ismdi()) {
1748
    if (ismdi()) {