Bug#856587: fake-tty shared object or command line tool

2022-10-31 Thread Jakub Wilk
* Patrick Schleizer , 2017-03-02 18:07: - unbuffer(1) does not correctly return the exit code if the process is killed. I've reported that as #1023201. -- Jakub Wilk

Bug#856587: fake-tty shared object or command line tool

2022-10-31 Thread Jakub Wilk
* Patrick Schleizer , 2017-03-02 18:07: unbuffer(1) does not correctly return the exit code if the process is killed. Has a dependency on tcl. Have a look at pipetty(1) from colorized-logs. It's written in C and has better (although not perfect) error handling. -- Jakub Wilk

Bug#856587: fake-tty shared object or command line tool

2017-03-02 Thread Patrick Schleizer
Package: moreutils Severity: whishlist X-Debbugs-CC: whonix-de...@whonix.org feature request: fake-tty [application] - fools application into detecting being run inside a tty I am not a C coder, but at least a shared object looks easy to implement. echo "int isatty(int fd) { return 1; }" | gcc