screen's terminfo src is missing hpa= and vpa=...?

2009-05-07 Thread screen-users
Included with screen's source is the following file: terminfo/screeninfo.src This file is the authoritative terminfo source for screen (right?)... I ask because it does not have entries for hpa or vpa, but screen's man page indicates that maybe it should, specifically: THE VIRTUAL TERMINAL

Re: nested hardstatus line

2009-05-07 Thread j...@mi11er.net
I've kind of figured out what I want by adding hardstatus lastline termcapinfo screen* hs:ts=\E]0;:fs=\007:ds=\E]0;\007 And then adding "%h" to the hardstatus string on the local machine. The only problem is the color formatting from the hardstatus string of the remote machines does not come acc