public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r11345 - main/trunk/pym/_emerge
@ 2008-08-08  0:43 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2008-08-08  0:43 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2008-08-08 00:43:06 +0000 (Fri, 08 Aug 2008)
New Revision: 11345

Modified:
   main/trunk/pym/_emerge/__init__.py
Log:
Shorten the scheduler status display in the xterm title by removing all
consecutive spaces.


Modified: main/trunk/pym/_emerge/__init__.py
===================================================================
--- main/trunk/pym/_emerge/__init__.py	2008-08-07 22:08:24 UTC (rev 11344)
+++ main/trunk/pym/_emerge/__init__.py	2008-08-08 00:43:06 UTC (rev 11345)
@@ -8741,7 +8741,7 @@
 		f.add_literal_data(load_avg_str)
 
 		self._update(color_output.getvalue())
-		xtermTitle(plain_output.getvalue())
+		xtermTitle(" ".join(plain_output.getvalue().split()))
 
 class Scheduler(PollScheduler):
 




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-08-08  0:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-08  0:43 [gentoo-commits] portage r11345 - main/trunk/pym/_emerge Zac Medico (zmedico)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox