From owner-cvs-lib Thu Aug 3 23:40:15 1995 Return-Path: cvs-lib-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id XAA22591 for cvs-lib-outgoing; Thu, 3 Aug 1995 23:40:15 -0700 Received: (from ache@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id XAA22563 ; Thu, 3 Aug 1995 23:39:56 -0700 Date: Thu, 3 Aug 1995 23:39:56 -0700 From: "Andrey A. Chernov" Message-Id: <199508040639.XAA22563@freefall.cdrom.com> To: CVS-commiters, cvs-lib Subject: cvs commit: src/lib/libtermcap tospeed.c Makefile termcap.3 termcap.h Sender: cvs-lib-owner@freebsd.org Precedence: bulk ache 95/08/03 23:39:56 Modified: lib/libtermcap Makefile termcap.3 termcap.h Added: lib/libtermcap tospeed.c Log: Add non-standard function: _set_ospeed(speed) Basically all termios+termcap pgms needs it. It set ospeed variable using nearest-matched stty speeds, which helps termcap pgms works with non-fixed termios speeds and not duplicate ospeed switch into every pgm. Also it isn't standard function, its source code is too big to include it in whole to every termcap+termios pgm.