On Mon May 20 21:34:08 2024 +0000, Myah Caron wrote:
Thanks for taking the time to look at this. I've fixed everything except for the resources. There are two more differences I've noticed: CTRL+C in `nobreak` mode is actually trapped, and a newline is printed. Also, `waiting for N seconds` is whitespace-padded when the number is larger than 10. However, implementing either of these feels like more work than it's worth to me, as they're just minor visual changes.
agreed (except perhaps for the padding of the N seconds... not that it would make sense to replicate the padding, but I'm not sure the printf has a trailing whitespace so that it erases the last visible char when the width of N is reduced)