We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 78cf6d6 + 18235e1 commit 910c8ebCopy full SHA for 910c8eb
2 files changed
README.md
@@ -2,14 +2,11 @@
2
> An asynchronous progressbar for bash shell scripts inspired by APT for bash4 and zsh
3
4
## Table of contents
5
-<!-- MarkdownTOC -->
6
7
-- Installation:
8
-- Usage:
9
- - Example
10
-- Customization
11
-
12
-<!-- /MarkdownTOC -->
+- [Installation](#installation)
+- [Usage](#usage)
+ - [Example](#example)
+- [Customization](#customization)
13
14

15
progress.sh
@@ -124,7 +124,7 @@ __change_scroll_area() {
124
125
#-- Move up 1 line in case cursor was saved outside scroll region
126
eval "${move_up} 2"
127
+
128
echo
129
130
#-- Set tty size to reflect changes to scroll region
0 commit comments