|
|
1.1 root 1: /* con.h 4.1 83/06/27 */
2:
3: #
4: #include <sgtty.h>
5: /* gsi plotting output routines */
6: # define DOWN 012
7: # define UP 013
8: # define LEFT 010
9: # define RIGHT 040
10: # define BEL 007
11: # define ESC 033
12: # define ACK 006
13: #define PLOTIN 063
14: #define PLOTOUT 064
15: # define CR 015
16: # define FF 014
17: # define VERTRESP 48
18: # define HORZRESP 60.
19: # define VERTRES 8.
20: # define HORZRES 6.
21: /* down is line feed, up is reverse line feed,
22: left is backspace, right is space. 48 points per inch
23: vertically, 60 horizontally */
24:
25: extern int xnow, ynow;
26: extern int OUTF;
27: extern struct sgttyb ITTY, PTTY;
28: extern float HEIGHT, WIDTH, OFFSET;
29: extern int xscale, xoffset, yscale;
30: extern float botx, boty, obotx, oboty, scalex,scaley;
31:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.