Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!akgua!mcnc!ncsu!uvacs!iedl02!ebk From: ebk@iedl02.UUCP Newsgroups: net.unix-wizards Subject: Re: Disgusting kernel hack Message-ID: <1702@iedl02.UUCP> Date: Wed, 7-Mar-84 18:55:46 EST Article-I.D.: iedl02.1702 Posted: Wed Mar 7 18:55:46 1984 Date-Received: Sat, 10-Mar-84 09:46:56 EST Lines: 18 # From: brian beattie What about lines longer than the terminal width. "stty line 80" may not work due to control chars. unless you want "more" in the kernel with the reading of /etc/termcap and all you will always end up with either a partial solution or will be able to handle only one type of terminal. beattie@mitre And what about whether a terminal wraps or not? I'll stick with the traditional Unix definition of a line - a sequence of characters terminated by a \n. Much more elegant. (And much better than systems like VMS or TOPS-10 with their commands like SET TERM/VT100 !!!) John Owens