The R Project SVN R

Rev

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

Rev 44201 Rev 46784
Line 27... Line 27...
27
 
27
 
28
 
28
 
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 nfg, rgb nufg, rgb nbg, rgb high,
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);
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);