Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!ukma!gatech!hao!husc6!cmcl2!brl-adm!brl-smoke!gwyn From: gwyn@brl-smoke.UUCP Newsgroups: comp.unix.wizards,comp.unix.questions Subject: Re: Termcap/terminfo Message-ID: <6666@brl-smoke.ARPA> Date: Thu, 12-Nov-87 10:59:31 EST Article-I.D.: brl-smok.6666 Posted: Thu Nov 12 10:59:31 1987 Date-Received: Sat, 14-Nov-87 14:20:19 EST References: <846@quacky.UUCP> <847@quacky.UUCP> <6625@brl-smoke.ARPA> <3059@psuvax1.psu.edu> <9290@mimsy.UUCP> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 12 Xref: utgpu comp.unix.wizards:5054 comp.unix.questions:4365 In article <9290@mimsy.UUCP> chris@mimsy.UUCP (Chris Torek) writes: >I wanted to be able to write the last character >of each line, including the last line. To do this I must know >whether the cursor will advance and the screen will scroll. Termcap >does not tell me. On terminals like the VT100, what happens in this case depends strongly on what is output next. The actual 8085 algorithm in the VT100 has several quirks that are not feasible to describe in a regular fashion (e.g. termcap). On such a terminal it is best to avoid displaying characters in the last column. Sorry about that but I didn't design the bloody terminal.