From 05be3f2bad35ac2fc0caaf7be52679409f9f978d Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 13 Mar 2022 16:34:23 -0400 Subject: libraries/progressbar: Wrap README at 72 columns. Signed-off-by: B. Watson --- libraries/progressbar/README | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'libraries/progressbar') diff --git a/libraries/progressbar/README b/libraries/progressbar/README index 0f929b1e91..aaa49354d5 100644 --- a/libraries/progressbar/README +++ b/libraries/progressbar/README @@ -1,14 +1,15 @@ -This library provides a text mode progressbar. This is typically used -to display the progress of a long running operation, providing a visual -clue that processing is underway. +This library provides a text mode progressbar. This is typically +used to display the progress of a long running operation, providing a +visual clue that processing is underway. -The ProgressBar class manages the progress, and the format of the line -is given by a number of widgets. A widget is an object that may display -diferently depending on the state of the progress. There are three types -of widget: - a string, which always shows itself; - a ProgressBarWidget, -which may return a diferent value every time it's update method is called; -and - a ProgressBarWidgetHFill, which is like ProgressBarWidget, except -it expands to fill the remaining width of the line. +The ProgressBar class manages the progress, and the format of the +line is given by a number of widgets. A widget is an object that +may display diferently depending on the state of the progress. There +are three types of widget: - a string, which always shows itself; - +a ProgressBarWidget, which may return a diferent value every time it's +update method is called; and - a ProgressBarWidgetHFill, which is like +ProgressBarWidget, except it expands to fill the remaining width of +the line. The progressbar module is very easy to use, yet very powerful. And automatically supports features like auto-resizing when available. -- cgit v1.2.3-65-gdbad