LIU Hao

Results 77 comments of LIU Hao

You cannot include `` on Windows. There is no such header. You should have had a look at the last commit on master (for example ; note this link is...

The MSYS2 or Cygwin nano might work better with SSH. However they do have shortages (if not bugs). For example, recently nano has gained a feature that you can backspace...

The issue about UTF-8 is that the MSYS2 or Cygwin nano supports UTF-8 via the MSYS2 or Cygwin C runtime. But nano-win works on MSVCRT which does not support UTF-8....

> So what is the reason you're not using UCRT? The only reason is that this project predates the MSYS2 UCRT subsystem, and nobody has requested UCRT builds so far....

Thanks for the suggestion; looks reasonable to me.

This is most likely WONTFIX. On Linux, colors are implemented by sending special control characters to the terminal, so they work as long as the terminal (emulator) recognizes them, and...

In your example you sent ANSI escape codes directly, and they turned out to work, which was expected behavior. But GNU nano (not necessarily nano-win) doesn't send ANSI codes itself;...

Oh really? I didn't expect it to work.

@FrankHB make it happen? :joy:

@CarterLi There might be. I haven't tested it yet.