The R Project SVN R

Rev

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

Rev 72714 Rev 78883
Line 224... Line 224...
224
    editorsave(c);
224
    editorsave(c);
225
    show(c); /* steal focus back from tool button */
225
    show(c); /* steal focus back from tool button */
226
}
226
}
227
 
227
 
228
/* global console configuration variables */
228
/* global console configuration variables */
229
char fontname[LF_FACESIZE+1];
229
char fontname[LF_FACESIZE+4];
230
int fontsty, pointsize;
230
int fontsty, pointsize;
231
 
231
 
232
static void editorprint(control m)
232
static void editorprint(control m)
233
{
233
{
234
    printer lpr;
234
    printer lpr;