This is a bugfix and quality-of-life release.
-
New option:
--probe-mode=[any|ctty|stdio]. This specifies whether to probe the terminal through stdio or ctty (usually/dev/tty). Defaults toany, which will probe stdio if it looks like a tty, otherwise the ctty. This allows the terminal to be probed when I/O is redirected (#325, reported by @algometric). -
We now try harder to restore t...