new copyright; att/bsd/shared
[unix-history] / usr / src / old / roff / nroff_term / tabxerox12.c
/*-
* %sccs.include.proprietary.c%
*
* @(#)tabxerox12.c 4.2 (Berkeley) %G%
*/
#define INCH 240
/*
* XEROX 17x0 or DIABLO 16x0 12 pitch
* nroff driving table
* by Bill Tuthill, ucbvax!g:tut, 15dec82
*/
struct {
int bset;
int breset;
int Hor;
int Vert;
int Newline;
int Char;
int Em;
int Halfline;
int Adj;
char *twinit;
char *twrest;
char *twnl;
char *hlr;
char *hlf;
char *flr;
char *bdon;
char *bdoff;
char *ploton;
char *plotoff;
char *up;
char *down;
char *right;
char *left;
char *codetab[256-32];
int zzz;
} t = {
/*bset*/ 0,
/*breset*/ 0177420,
/*Hor*/ INCH/60,
/*Vert*/ INCH/48,
/*Newline*/ INCH/6,
/*Char*/ INCH/12,
/*Em*/ INCH/12,
/*Halfline*/ INCH/12,
/*Adj*/ INCH/12,
/*twinit*/ "\0334",
/*twrest*/ "\0334",
/*twnl*/ "\r\n",
/*hlr*/ "\033D",
/*hlf*/ "\033U",
/*flr*/ "\033\n",
/*bdon*/ "\033W",
/*bdoff*/ "\033&",
/*ploton*/ "\0333",
/*plotoff*/ "\0334",
/*up*/ "\033\n",
/*down*/ "\n",
/*right*/ " ",
/*left*/ "\b",
/*codetab*/
#include "code.xerox"