termenv icon indicating copy to clipboard operation
termenv copied to clipboard

fix: allow to termStatusReport on a PTY

Open caarlos0 opened this issue 9 months ago • 0 comments

A pty is not in foreground, but it can do the IOCTL ops we need.

My understanding might be wrong, but I think that if the term cannot do the TCGETS it will fail the same way it would when checking if its in foreground, so maybe that check is even needed?

refs https://github.com/charmbracelet/wish/issues/262

caarlos0 avatar May 02 '24 14:05 caarlos0