The R Project SVN R

Rev

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

Rev 11368 Rev 11629
Line 1521... Line 1521...
1521
    int w, h, x, y;
1521
    int w, h, x, y;
1522
    dataeditor c;
1522
    dataeditor c;
1523
    menuitem m;
1523
    menuitem m;
1524
    
1524
    
1525
    p = newconsoledata((consolefn) ? consolefn : FixedFont,
1525
    p = newconsoledata((consolefn) ? consolefn : FixedFont,
1526
		       pagerrow, pagercol,
1526
		       pagerrow, pagercol, 0, 0,
1527
		       consolefg, consoleuser, consolebg,
1527
		       consolefg, consoleuser, consolebg,
1528
		       DATAEDITOR);
1528
		       DATAEDITOR);
1529
    if (!p) return NULL;
1529
    if (!p) return NULL;
1530
 
1530
 
1531
    w = WIDTH ;
1531
    w = WIDTH ;