The R Project SVN R

Rev

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

Rev 46784 Rev 51948
Line 29... Line 29...
29
void
29
void
30
setconsoleoptions(const char *fnname,int fnsty, int fnpoints,
30
setconsoleoptions(const char *fnname,int fnsty, int fnpoints,
31
		  int rows, int cols, int consx, int consy,
31
		  int rows, int cols, int consx, int consy,
32
		  rgb *nguiColors,
32
		  rgb *nguiColors,
33
		  int pgr, int pgc, int multiplewindows, int widthonresize,
33
		  int pgr, int pgc, int multiplewindows, int widthonresize,
34
		  int bufbytes, int buflines, int buffered);
34
		  int bufbytes, int buflines, int buffered, int cursor_blink);
35
pager newpager(const char *title, const char *filename, int enc,
35
pager newpager(const char *title, const char *filename, int enc,
36
	       const char *header, int unlinkonexit);
36
	       const char *header, int unlinkonexit);
37
console newconsole(char *name, int flags);
37
console newconsole(char *name, int flags);
38
int  consolereads(console c, const char *prompt, char *buf, int len,
38
int  consolereads(console c, const char *prompt, char *buf, int len,
39
		  int addtohistory);
39
		  int addtohistory);