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

Diff for /src/usr.bin/mg/basic.c between version 1.16 and 1.17

version 1.16, 2004/07/22 01:25:24 version 1.17, 2005/03/10 16:58:57
Line 208 
Line 208 
 void  void
 setgoal(void)  setgoal(void)
 {  {
         curgoal = getcolpos();          /* Get the position.     */          curgoal = getcolpos();          /* Get the position. */
         /* we can now display past end of display, don't chop! */          /* we can now display past end of display, don't chop! */
 }  }
   

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17