Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site watcgl.UUCP Path: utzoo!watmath!watcgl!dmmartindale From: dmmartindale@watcgl.UUCP (Dave Martindale) Newsgroups: net.unix Subject: Re: Null needed after cr/nl. Message-ID: <2459@watcgl.UUCP> Date: Sat, 21-Apr-84 23:59:58 EST Article-I.D.: watcgl.2459 Posted: Sat Apr 21 23:59:58 1984 Date-Received: Sun, 22-Apr-84 08:57:57 EST References: <1100005@iuvax.UUCP> Organization: U of Waterloo, Ontario Lines: 13 v7 and later tty drivers derived from it (32V, 4.XBSD, etc) have several bits in the stty "mode" word which control the presence and length of various delays. In particular, you will probably find that one or more of the bits making up CRDELAY or NLDELAY is set (the manifests are in /usr/include/sgtty.h or somewhere similar). Stty should let you turn the delays off. The default delays you get, which may be different at different speeds, are set by /etc/getty. They may be compiled into tables inside getty or read from a file, depending on what version of UNIX you are dealing with. The most conservative assumption a system maintainer can make is that some terminals which dial up his machine may need delays, and so have them on by default.