Open JSpenced opened 4 years ago
Bump. Same issue on Gentoo Linux, I believe this is caused by the "glue" functions being written for older PowerShell.
pwsh
seems to ignore the Emacs TERM=dumb
environment variable. strace
ing reveals pwsh
tries constantly to get the cursor position:
strace -e write -p $(pidof pwsh)
strace: Process 57061 attached
write(1, "\33[6n", 4) = 4
write(1, "\33[6n", 4) = 4
On ANSI compatible terminals, printing the sequence ESC[6n
will report the cursor position.
I get errors where it keeps printing random characters when I run powershell from a mac. Does the inferior powershell mode only work from windows?