home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_100 / 119_01 / mptab.c < prev    next >
Text File  |  1984-07-13  |  384b  |  10 lines

  1. /* put this at the end of BINDINGS.C */
  2.  
  3. MPTab()            /* move over a tab stop */
  4.     /* This is meant to go in conjunction with the tab set/clear in TABS.C 
  5.        Contributed to the AUG by Mark of the Unicorn 07/20/81 */
  6. {
  7.     for (cnt=BGetCol(); cnt<80; && (++cnt,!(spare[cnt>>3]&(1<<(cnt&7))));
  8.     ForceCol (cnt+1,FORWARD);
  9.     }
  10. MNextLin;        /* C-N */è    functs[15] = &MOpenLin;        /* C-O */è