/*
** vn news reader.
**
** strings.c - read only character strings
**
** see copyright disclaimer / history in vn.c source file
*/

#include "tune.h"
#include "node.h"
#include "page.h"

char *Version = "4/88";

char *No_msg = "No articles";
char *Hdon_msg = "Headers being printed";
char *Hdoff_msg = "Headers being suppressed";
char *Roton_msg = "ROT 13";
char *Rotoff_msg = "NO ROT";

char *Aformat = AFORMAT;

char *Contstr = "  ******** any key to continue ********";

char *Brk_fmt = "QUIT (signal %d)";

char *List_sep = " \t,";
