The R Project SVN R

Rev

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

Rev 59039 Rev 59578
Line 65... Line 65...
65
    }
65
    }
66
    if (isatty(0)) 
66
    if (isatty(0)) 
67
	FlushConsoleInputBuffer(GetStdHandle(STD_INPUT_HANDLE));
67
	FlushConsoleInputBuffer(GetStdHandle(STD_INPUT_HANDLE));
68
    cmdlineoptions(argc, argv);
68
    cmdlineoptions(argc, argv);
69
    mainThreadId = GetCurrentThreadId() ;
69
    mainThreadId = GetCurrentThreadId() ;
-
 
70
    /* The following restores Ctrl-C handling if we were started from R.exe */
-
 
71
    SetConsoleCtrlHandler(NULL, FALSE);
70
    signal(SIGBREAK, my_onintr);
72
    signal(SIGBREAK, my_onintr);
71
    GA_initapp(0, NULL);
73
    GA_initapp(0, NULL);
72
    readconsolecfg();
74
    readconsolecfg();
73
    if(R_Interactive) {
75
    if(R_Interactive) {
74
	R_gl_tab_set();
76
	R_gl_tab_set();