perf ui: Add ui_helpline methods
authorArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 11 May 2010 21:01:23 +0000 (18:01 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 11 May 2010 21:01:23 +0000 (18:01 -0300)
commit3798ed7bc7ade26d3f59506cd06288615dfc7585
treea7df9d321398edf6994dbfc10134add08f2621b3
parentd11c7addfe0fa501cb54c824c0fac3481d527433
perf ui: Add ui_helpline methods

Initially this was just to be able to have a printf like method to
prepare the formatted string and then pass to newtPushHelpLine, but as
we already have for ui_progress, etc, its a step in identifying a
restricted, highlevel set of widgets we can then have implementations
for multiple widget sets (GTK, etc).

Cc: Frédéric Weisbecker <fweisbec@gmail.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Tom Zanussi <tzanussi@gmail.com>
LKML-Reference: <new-submission>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/newt.c