The R Project SVN R

Rev

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

Rev 36820 Rev 36901
Line 132... Line 132...
132
static int nboxchars=0;
132
static int nboxchars=0;
133
static int labdigs=4;
133
static int labdigs=4;
134
static char labform[6];
134
static char labform[6];
135
static int xScrollbarScale=1, yScrollbarScale=1;
135
static int xScrollbarScale=1, yScrollbarScale=1;
136
 
136
 
-
 
137
#define WIN32_LEAN_AND_MEAN 1
137
#include <windows.h> /* for Sleep */
138
#include <windows.h> /* for Sleep */
138
 
139
 
139
int mb_char_len(char *buf, int clength, wchar_t *wc); /* from console.c */
140
int mb_char_len(char *buf, int clength, wchar_t *wc); /* from console.c */
140
 
141
 
141
static void moveback()
142
static void moveback()