I want to make a progress bar for my terminal application that would work something like:
[XXXXXXX ]
which would give a visual indi
I'd say that a library like ncurses would be used to such things. curses helps move the cursor around the screen and draw text and such.
NCurses