From: utzoo!decvax!harpo!seismo!hao!hplabs!sri-unix!gwyn@Brl-Vld.ARPA Newsgroups: net.unix-wizards Title: Re: bug in MORE 4.8? Article-I.D.: sri-arpa.898 Posted: Wed Mar 30 08:03:26 1983 Received: Tue Apr 19 00:54:23 1983 From: Doug Gwyn (VLD/VMB) Yes, you have it right. Because not all terminals use a well-known standard (ANSI) for escape sequences, it is impossible for the tty handler to know where the screen cursor really is to interpret tabs correctly. One kludge for this is to precede the first line after a screen clear or other escape sequence by a CR; terminal handlers do understand that this resets the cursor to column 1.