JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Only read external script output when available in the main loop.
authorReginald Kennedy <rk@rejii.com>
Tue, 25 Sep 2012 13:39:15 +0000 (21:39 +0800)
committerReginald Kennedy <rk@rejii.com>
Tue, 25 Sep 2012 14:57:03 +0000 (22:57 +0800)
Rename bar_fmt_print to bar_draw.

Change all bar_update calls to bar_draw, except in main.

Rename bar_update to bar_extra_update.
To clarify, bar_extra_update reads the external bar script output and
redraws the bar if needed; bar_draw only redraws the bar with the
current external bar script output.


No differences found