diff options
author | ache <ache@FreeBSD.org> | 1995-07-23 02:25:18 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-07-23 02:25:18 +0000 |
commit | 44a8fd1e3c407412b8f8b82776f272b3166ff94d (patch) | |
tree | 60a9d443e7f10f69a6ba04008b683602db62b81b /lib/libtermcap | |
parent | 29ba6c650d15c476a1dba03251a7671249e11df7 (diff) | |
download | FreeBSD-src-44a8fd1e3c407412b8f8b82776f272b3166ff94d.zip FreeBSD-src-44a8fd1e3c407412b8f8b82776f272b3166ff94d.tar.gz |
Add missing entries for 38400/57600/115200 bauds to tmspc10[]
Diffstat (limited to 'lib/libtermcap')
-rw-r--r-- | lib/libtermcap/tputs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libtermcap/tputs.c b/lib/libtermcap/tputs.c index 857147d..b017fd7 100644 --- a/lib/libtermcap/tputs.c +++ b/lib/libtermcap/tputs.c @@ -45,7 +45,8 @@ static char sccsid[] = "@(#)tputs.c 8.1 (Berkeley) 6/4/93"; */ static short tmspc10[] = { - 0, 2000, 1333, 909, 743, 666, 500, 333, 166, 83, 55, 41, 20, 10, 5 + 0, 2000, 1333, 909, 743, 666, 500, 333, 166, 83, 55, 41, 20, 10, 5, + 3, 2, 1 }; short ospeed; |