[BACK]Return to theo.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mg

Diff for /src/usr.bin/mg/Attic/theo.c between version 1.149 and 1.150

version 1.149, 2015/11/14 21:24:11 version 1.150, 2015/12/23 19:37:34
Line 209 
Line 209 
         str = talk[arc4random_uniform(ntalk)];          str = talk[arc4random_uniform(ntalk)];
         len = strlen(str);          len = strlen(str);
   
           undo_boundary_enable(FFRAND, 0);
         enewline(FFRAND, 2);          enewline(FFRAND, 2);
   
         while (len--)          while (len--)
                 linsert(1, *str++);                  linsert(1, *str++);
   
         enewline(FFRAND, 2);          enewline(FFRAND, 2);
           undo_boundary_enable(FFRAND, 1);
   
         return (TRUE);          return (TRUE);
 }  }

Legend:
Removed from v.1.149  
changed lines
  Added in v.1.150