added "more" command
[unix-history] / usr / src / usr.bin / window / wwdata.c
CommitLineData
41910298 1#ifndef lint
60de5df9 2static char sccsid[] = "@(#)wwdata.c 3.14 %G%";
41910298
EW
3#endif
4
60de5df9
EW
5/*
6 * Copyright (c) 1983 Regents of the University of California,
7 * All rights reserved. Redistribution permitted subject to
8 * the terms of the Berkeley Software License Agreement.
9 */
10
41910298 11#include "ww.h"
41910298
EW
12
13int wwbaudmap[] = {
14 0,
15 50,
16 75,
17 110,
18 134,
19 150,
20 200,
21 300,
22 600,
23 1200,
24 1800,
25 2400,
26 4800,
27 9600,
28 19200,
29 38400
30};