The R Project SVN R

Rev

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

Rev 28991 Rev 32260
Line 54... Line 54...
54
void consoleclear(control c);
54
void consoleclear(control c);
55
 
55
 
56
extern int setWidthOnResize;
56
extern int setWidthOnResize;
57
int consolecols(console c);
57
int consolecols(console c);
58
void pagerbclose(control m);
58
void pagerbclose(control m);
59
 
-
 
60
int graphicsx, graphicsy;
-