From d8d82215561305cb7af0a33d7810cbb9cadb2cea Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Fri, 22 Dec 2006 07:11:20 +0000 Subject: Modified front end output routines to accept a "padding' setting, which pads any statement with ' ' until the size of the terminal. The rationale is that, when a log message is emitted during progress bar display, the terminal is artifacted. This prevents that messiness. --- src/pacman/log.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/pacman/log.h') diff --git a/src/pacman/log.h b/src/pacman/log.h index ff7fde50..01a507c3 100644 --- a/src/pacman/log.h +++ b/src/pacman/log.h @@ -36,6 +36,8 @@ enum { CL /* current line */ }; +void set_output_padding(int on); + /* callback to handle messages/notifications from pacman library */ void cb_log(unsigned short level, char *msg); -- cgit v1.2.3