Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!cbatt!ucbvax!ucbarpa.Berkeley.EDU!leres From: leres@ucbarpa.Berkeley.EDU.UUCP Newsgroups: comp.bugs.4bsd Subject: xterm termcap entry specifies padding Message-ID: <18107@ucbvax.BERKELEY.EDU> Date: Wed, 1-Apr-87 00:12:25 EST Article-I.D.: ucbvax.18107 Posted: Wed Apr 1 00:12:25 1987 Date-Received: Fri, 3-Apr-87 03:35:30 EST Sender: usenet@ucbvax.BERKELEY.EDU Reply-To: leres@ucbarpa.Berkeley.EDU (Craig Leres) Lines: 13 Index: etc/termcap/termcap.src 4.3BSD Description: The xterm emulator entry in the 5.31 version of termcap specifies padding. This is unnecessary (though not a great waste of network bandwidth). Repeat-By: Both "me" (turn off all attributes) and "se" (end standout mode) specify 2 milliseconds of padding. Fix: Remove the padding; change ":se=2\E[m:" to ":se=\E[m:" and ":me=2\E[m:" to ":me=\E[m:".