[Rd] dataentry.c ESC key overrun. (PR#4865)

nakama at ki.rim.or.jp nakama at ki.rim.or.jp
Thu Oct 30 15:15:08 MET 2003


Full_Name: 
Version: R-1.8.0
OS: linux
Submission from: (NULL) (219.117.236.5)


bufp is not reset.

src/modules/X11/dataentry.c
----------------------------------------------------
 static void handlechar(char *text)
 {
     int c = text[0];

     if ( c == '\033' ) {
         CellModified = FALSE;
         clength = 0;
+        bufp = buf;
         drawelt(crow, ccol);
         return;
     } else



More information about the R-devel mailing list