The R Project SVN R

Rev

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

Rev 42567 Rev 42569
Line 1021... Line 1021...
1021
 
1021
 
1022
    R_setupHistory();
1022
    R_setupHistory();
1023
    return 0;
1023
    return 0;
1024
}
1024
}
1025
 
1025
 
1026
/* only for back-compatibility */
1026
/* only for back-compatibility: used by Rserve */
1027
void setup_term_ui()
1027
void setup_term_ui()
1028
{
1028
{
1029
    initapp(0, 0);
1029
    initapp(0, 0);
1030
    readconsolecfg();
1030
    readconsolecfg();
1031
}
1031
}