--- emerge~ 2003-06-15 06:10:05.000000000 -0500 +++ emerge 2003-07-01 16:19:23.000000000 -0500 @@ -199,7 +199,8 @@ any other atexit's we have setup, we need to call them ourself.""" portage.portageexit() emergelog(" *** terminating.") - xtermTitleReset() + if "notitles" not in portage.features: + xtermTitleReset() atexit.register(emergeexit) def countdown(secs=5, doing="Starting"):