Skip to content

Commit 910c8eb

Browse files
committed
Improvements
2 parents 78cf6d6 + 18235e1 commit 910c8eb

2 files changed

Lines changed: 5 additions & 8 deletions

File tree

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,11 @@
22
> An asynchronous progressbar for bash shell scripts inspired by APT for bash4 and zsh
33
44
## Table of contents
5-
<!-- MarkdownTOC -->
65

7-
- Installation:
8-
- Usage:
9-
- Example
10-
- Customization
11-
12-
<!-- /MarkdownTOC -->
6+
- [Installation](#installation)
7+
- [Usage](#usage)
8+
- [Example](#example)
9+
- [Customization](#customization)
1310

1411
![bar](https://raw.githubusercontent.com/phenonymous/shell-progressbar/master/images/progressbar.gif)
1512

progress.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ __change_scroll_area() {
124124

125125
#-- Move up 1 line in case cursor was saved outside scroll region
126126
eval "${move_up} 2"
127-
127+
128128
echo
129129

130130
#-- Set tty size to reflect changes to scroll region

0 commit comments

Comments
 (0)