The R Project SVN R

Rev

Rev 12976 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12976 Rev 13406
Line 881... Line 881...
881
{
881
{
882
    freeConsoleData(getdata(c));
882
    freeConsoleData(getdata(c));
883
}
883
}
884
 
884
 
885
/* console readline (coded looking to the GNUPLOT 3.5 readline)*/
885
/* console readline (coded looking to the GNUPLOT 3.5 readline)*/
886
void R_ProcessEvents();
-
 
887
static char consolegetc(control c)
886
static char consolegetc(control c)
888
{
887
{
889
    ConsoleData p;
888
    ConsoleData p;
890
    char ch;
889
    char ch;
891
 
890