The R Project SVN R

Rev

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

Rev 25365 Rev 26830
Line 954... Line 954...
954
    int c = text[0];
954
    int c = text[0];
955
 
955
 
956
    if ( c == '\033' ) {
956
    if ( c == '\033' ) {
957
	CellModified = FALSE;
957
	CellModified = FALSE;
958
	clength = 0;
958
	clength = 0;
-
 
959
        bufp = buf;
959
	drawelt(crow, ccol);
960
	drawelt(crow, ccol);
960
	return;
961
	return;
961
    } else
962
    } else
962
	CellModified = TRUE;
963
	CellModified = TRUE;
963
 
964