Open rjmalagon opened 1 year ago
Apologise for the trouble. It's because I updated ncurses and removed my local patch because I thought it was no longer necessary. Indeed this statically bundled ncurses should always ignore the TERM
variable. I will fix this a few moments later.
It should be fixed now: https://files.lhmouse.com/nano-win/nano-win_10172_v7.2-17-g587c85c4e.7z
When NANO is used on "native" Windows Open SSH (Windows 10 and up) from a *nix box, this little error prevents loading nano
Error opening terminal: xterm-256color
I can change the term env variable to none
$Env:TERM = ""
on powershell, for exampleIt works again.
This from Chocolatey package manager nano.