David Phillips
David Phillips
My guess would be that the program being wrapped is trying to be too smart with SIGWINCH (which abduco sends to tell a wrapped program to redraw) that it receives,...
Marking this as draft until I've had some more time using this patch as daily driver to ensure there aren't regressions, but I'd appreciate if review/approval could be given in...
Marking this as ready. I've run this as my daily at home and at work and haven't seen any issues. @martanne if you get a chance to look at this...
@martanne I forgot about this MR - have you had a chance to take a look at it by any chance?
peteyago, while that is valid, it's a bit hackish, and would waste processor time if you're, say, generating a batch of passwords less than 64 characters long. Imagine I was...
[This project could be of use to you](http://www.codeproject.com/Articles/1940/XGetopt-A-Unix-compatible-getopt-for-MFC-and-Win32)
@sarciszewski That's a bit embarrassing for me. Original comment fixed.
An option which doesn't require `reset` is sending a `\r` character, followed by a series of spaces to blank out the current line. Although, this wouldn't work if the terminal...
This appears to be a bug in [ktemkin/even-better-setuptools-git-version](https://github.com/ktemkin/even-better-setuptools-git-version) which is used to setup/build libgreat. FWIW, patching `collections.Mapping` to `collections.abc.Mapping` in the unpacked egg during the build at least unblocks me,...