LIU Hao

Results 77 comments of LIU Hao

If you have **Quick edit mode** enabled in your console properties you must have it disabled.

1. If you are on **Windows 10** try enabling the legacy console. Mouse works for me on **Windows 7**. 2. You may switching mouse support on and off using **Alt-M**....

You might want to dig into Windows Terminal settings. I suspect there should be an option to change this behavior, so it doesn't paste text upon Ctrl-V, but sends the...

I will have a look a couple of days later.

It does not work for me either. FFS **ncursesw** (the W variant) seems to want MBCS to be in UTF-8 but native Windows CRT only works with the system's code...

Windows is not one of the 'most systems'. I have been aware of the experimental UTF-8 support since Windows 10, but it also suffers from compatibility issues (for example Windows...

`v5.9` is the tag from official GNU nano repo. `-10` is the number of additional immediate commits that follow it. The short SHA that follows `-g`, a2d202368 here, references the...

It's better to have this conversion in `get_full_path()`, instead of just applying it to the path to home directory. And I have it there now:

Yeah we have to do the same to the path returned by `real_dir_from_tilde()`. I have a quick look at other functions that return `char*`s: It looks like that these two...