The R Project SVN R

Rev

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

Rev 18793 Rev 20053
Line 49... Line 49...
49
  gtk_main_quit ();
49
  gtk_main_quit ();
50
}
50
}
51
 
51
 
52
/* Fill a text buffer with user typed console input. */
52
/* Fill a text buffer with user typed console input. */
53
int
53
int
54
Rgnome_ReadConsole (char *prompt, unsigned char *buf, int len,
54
Rgnome_ReadConsole (char *prompt, char *buf, int len,
55
		    int addtohistory)
55
		    int addtohistory)
56
{
56
{
57
  if (!R_Interactive)
57
  if (!R_Interactive)
58
    {
58
    {
59
      if (!R_Slave)
59
      if (!R_Slave)