<div dir="ltr">Recent ports merges or the recent vi update (not sure which) turned on screen switching by default.  this is where you edit a file with vi (or other editors) and when you quit the xterm's contents goes back to what it was before the vi was run.<div><br></div><div>If you don't like this operation (and frankly, I really really dislike it myself), the simple solution is to add an X resource for xterm.  Create a .Xresources file with this in it:</div><div><br></div><div>xterm*titeInhibit:              true</div><div><br></div><div>And install it with xrdb in your .xinitrc:</div><div><br>xrdb -merge .Xresources<br></div><div><br></div><div>I'm not sure about other X terminal apps but I presume they have a similar feature.</div><div><br></div><div>-Matt</div></div>