checkbox.sh
checkbox.sh copied to clipboard
Restore font color back to original after pressing enter to finish the checkbox selection
Hi
Thanks for the simple checkbox bash selection script, this is exactly what I was looking for. One bug/problem I noticed is following:
- I have black color configured for my font in my bash shell
- I launch ./checkbox.sh script
- I select one item with base and press enter to finish the selection
- when checkbox.sh quits, my bash font color has switched from black to gray.
So I think the script should save the original color if possible during the start and then restore it back once finished.