Minor bug fixes and updates:

* Removed progress bar sample that progresses in reverse direction - This needs a class of its own
* Fixed a casting error in progress_bar class when dealing with max_progress variable
* Minor update to the cursor movement functions in linux
* Updated single include to include these changes
This commit is contained in:
Pranav Srinivas Kumar
2020-05-08 15:14:52 -05:00
parent 66af25ab62
commit 296bde6088
10 changed files with 17 additions and 41 deletions

View File

@@ -45,8 +45,6 @@ int main() {
bar.set_progress(100); // all done
bar.mark_as_completed();
// Show cursor
indicators::show_console_cursor(true);