Rafael Kitover
Rafael Kitover
Can confirm mouse support does not work in windows terminal.
The logic of the function is a bit disjointed because I tried to keep the original structure, but I can rewrite it if you want. Also when elevated the global...
By the way, for a nicer set of syntax highlighting definitions see: https://github.com/scopatz/nanorc
What ssh server are you using? These builds actually work perfectly over recent versions of openssh for windows, the only issue I had was with the config file location when...
The new Windows terminal supports both console colors and ANSI colors, so using normal ANSI colors, the control codes you speak of, will work correctly for anyone using a recent...
I forgot to mention that vim also works fine over ssh to Windows.
I think I have enough info now to see if there's a simple solution and I will take a look, thank you.
@eabase these builds work fine in PSCore in conhost and in the new terminal, here we were discussing a different issue, and this has nothing to do with WSL. Run...
@akuropka I realized that the choco package for openssh is extremely out of date and I installed 8.6p1 and updated to latest nano build but I still don't see colors...
@akuropka @lhmouse I think I found the issue. I have this in my `~/.nanorc`: ```nanorc include "/users/rkitover/.nano/*.nanorc" ``` in the terminal this loads the syntax files which I got from...