# HG changeset patch # User Pascal Bellard # Date 1302955357 -7200 # Node ID fbe602f8bdd6a8019506425928045dc05837f4e7 # Parent 774a188359a246de83ba4c8681f44ddfd19ce07a libtazpanel: filter_taztools_msgs shows the status diff -r 774a188359a2 -r fbe602f8bdd6 lib/libtazpanel --- a/lib/libtazpanel Sat Apr 16 13:46:45 2011 +0200 +++ b/lib/libtazpanel Sat Apr 16 14:02:37 2011 +0200 @@ -45,7 +45,7 @@ # Remove status and ESC char from tazpkg/tazlito commands output filter_taztools_msgs() { - grep ^[a-zA-Z0-9] | sed s'/\.*\]//' + grep ^[a-zA-Z0-9] | sed s'/\[^Gm]*.//g//' } # LOG activities