Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site minn-ua.UUCP Path: utzoo!linus!decvax!harpo!eagle!mhuxl!houxm!ihnp4!stolaf!umn-cs!minn-ua!tim From: tim@minn-ua.UUCP Newsgroups: net.cog-eng Subject: Re: How do you tell users to press RETURN every so often? Message-ID: <607@minn-ua.UUCP> Date: Sat, 19-Nov-83 15:53:56 EST Article-I.D.: minn-ua.607 Posted: Sat Nov 19 15:53:56 1983 Date-Received: Tue, 22-Nov-83 01:11:50 EST References: <2679@utcsrgv.UUCP> Organization: Univ. of Minn. Computer Center, Minneapolis Lines: 8 I would read in everything form the keyboard character by character. On an 11/23 you should be able to get away with that depending on how you do multiplexing or whatever. Then you could count the number of charictors input since the last return. If it is say over 70, you could generate your own return the next time the user presses the space bar.