home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume13 / vn.jan.88 / part03 / strings.c < prev    next >
Encoding:
C/C++ Source or Header  |  1988-01-30  |  537 b   |  28 lines

  1. /*
  2. ** vn news reader.
  3. **
  4. ** strings.c - read only character strings
  5. **
  6. ** see copyright disclaimer / history in vn.c source file
  7. */
  8.  
  9. #include "tune.h"
  10. #include "node.h"
  11. #include "page.h"
  12.  
  13. char *Version = "1/88";
  14.  
  15. char *No_msg = "No articles";
  16. char *Hdon_msg = "Headers being printed";
  17. char *Hdoff_msg = "Headers being suppressed";
  18. char *Roton_msg = "ROT 13";
  19. char *Rotoff_msg = "NO ROT";
  20.  
  21. char *Aformat = AFORMAT;
  22.  
  23. char *Contstr = "  ******** any key to continue ********";
  24.  
  25. char *Brk_fmt = "QUIT (signal %d)";
  26.  
  27. char *List_sep = " \t,";
  28.