[comp.bugs.4bsd] xterm termcap entry specifies padding

leres@ucbarpa.Berkeley.EDU.UUCP (04/01/87)

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:".