Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!tektronix!ogcvax!omsvax!hplabs!sri-unix!jpayne@bbn-vax From: jpayne%bbn-vax@sri-unix.UUCP Newsgroups: net.unix-wizards Subject: c100 and termcap Message-ID: <11830@sri-arpa.UUCP> Date: Mon, 19-Sep-83 13:25:02 EDT Article-I.D.: sri-arpa.11830 Posted: Mon Sep 19 13:25:02 1983 Date-Received: Sat, 24-Sep-83 00:51:32 EDT Lines: 13 From: Jonathan Payne On the concept-100 printing an '_' doesn't replace the character on the screen with an '_'. Instead it effectively underlines the character that is already on the screen. For programs that use termcap, an editor for instance, this causes problems. The way to solve this problem is by first printing a space, to erase the old character, and then by printing the '_' where it belongs. My question is: In a program that uses termcap, how can I tell whether a given terminal behaves this way? Is there name for this behavior? Thanks for any help