<OtzmaVindicus>
rockorager: isn't it an overkill to allow /dev/pts/* (which lets any process to read/write from/to any CLI app) just to let an app know if it's "in terminal" or "piped to file"?
<rockorager>
overkill? I don’t know. but it would be interesting to introduce a control sequence query which was effectively “isatty”
<OtzmaVindicus>
i think it's a security vulnerability, similar to why wayland is better than x11.
<rockorager>
I would agree
<rockorager>
Unfortunately I don’t think you can not use /dev/pts. Too many tools rely on it