Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] infra: display current task as title of the term window
@ 2013-08-06 20:46 Francois Perrad
  2013-08-07  6:44 ` Thomas De Schampheleire
  0 siblings, 1 reply; 17+ messages in thread
From: Francois Perrad @ 2013-08-06 20:46 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 package/pkg-utils.mk |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/pkg-utils.mk b/package/pkg-utils.mk
index 15db096..8572cb1 100644
--- a/package/pkg-utils.mk
+++ b/package/pkg-utils.mk
@@ -64,7 +64,8 @@ INFLATE.xz   = $(XZCAT)
 INFLATE.tar  = cat
 
 # MESSAGE Macro -- display a message in bold type
-MESSAGE     = echo "$(TERM_BOLD)>>> $($(PKG)_NAME) $($(PKG)_VERSION) $(1)$(TERM_RESET)"
+MESSAGE     = echo "$(TERM_BOLD)>>> $($(PKG)_NAME) $($(PKG)_VERSION) $(1)$(TERM_RESET)" && \
+              echo -e "\033]2;$($(PKG)_NAME) $($(PKG)_VERSION) $(1)\007"
 TERM_BOLD  := $(shell tput smso)
 TERM_RESET := $(shell tput rmso)
 
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2014-03-15 18:43 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-06 20:46 [Buildroot] [PATCH] infra: display current task as title of the term window Francois Perrad
2013-08-07  6:44 ` Thomas De Schampheleire
2013-08-07  8:15   ` Carsten Schoenert
2013-08-07  8:20     ` Thomas De Schampheleire
2013-08-07 10:56       ` Carsten Schoenert
2013-08-07 11:21         ` Thomas De Schampheleire
2013-08-07  8:45   ` François Perrad
2013-08-07  9:11     ` Thomas De Schampheleire
2013-08-07 14:11       ` Danomi Manchego
2013-08-13  5:36   ` Arnout Vandecappelle
2013-08-18  8:21     ` Thomas De Schampheleire
2013-08-19 16:19       ` Arnout Vandecappelle
2013-08-19 18:49         ` Thomas De Schampheleire
2013-08-20 22:32           ` Arnout Vandecappelle
2013-08-21  3:27             ` Thomas De Schampheleire
2014-03-15 18:43               ` Thomas De Schampheleire
2013-08-18 13:15     ` François Perrad

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