home *** CD-ROM | disk | FTP | other *** search
/ The Devil's Doorknob BBS Capture (1996-2003) / devilsdoorknobbbscapture1996-2003.iso / Dloads / WWIVMODS / XMOD.ZIP / MOD.ME next >
Text File  |  1992-06-17  |  474b  |  23 lines

  1. ^PC = Ctrl P C it will make a little heart.
  2.  
  3. Now Load MSGBASE.C and find
  4.   }
  5.   outstr("Saving...");
  6.   if (fsed) {
  7.  
  8. Replace with
  9.  
  10.   }
  11.   if (okansi()) {
  12.     outstr("      \x1b[17D");
  13.     outstr("  «»  \x1b[17D");
  14.     outstr(" «vi» \x1b[17D");
  15.     outstr("«avin»\x1b[17D");
  16.     outstr("Saving\x1b[17D");
  17.   } else
  18.     outstr("Saving...");
  19.   if (fsed) {
  20.  
  21. Save it and compile if you want color just go back and press ^PC and a number
  22. from 1-7 (WWIV Colors).
  23.