If I press Ctrl+c while bfs is printing output (e.g. when operating on a very deep file tree by accident) sometimes my shell prompt turns bold/blue after bfs terminates:

Running printf "\033[m" or tput sgr 0 restores it back to the normal appearance, but perhaps bfs could do this automatically with a SIGINT handler? It's not a big deal, since it's easy enough to reset manually and doesn't happen often. Just an idea really.
If I press Ctrl+c while bfs is printing output (e.g. when operating on a very deep file tree by accident) sometimes my shell prompt turns bold/blue after bfs terminates:
Running
printf "\033[m"ortput sgr 0restores it back to the normal appearance, but perhaps bfs could do this automatically with aSIGINThandler? It's not a big deal, since it's easy enough to reset manually and doesn't happen often. Just an idea really.