Zhihao Yuan
Zhihao Yuan
@yamt I looked at this patch again and noticed that none of the change you request was prefixed by `isascii`, so even in my theory the status quo is problematic....
@yamt Can you give this branch a test? Thanks. https://github.com/lichray/nvi2/tree/narrow-wctype
For now, use ``` se filec= ``` in the configuration file to restore the right behavior. I merely set the default file name completion key to Tab, since the file...
Maybe I'll remove it, or find someway to let them work together by making completion code contextual.
I'm not sure what exactly behavior you want. If you don't want nvi2 to link to terminfo library, then you will have to reimplement the "cl" library without relying on...
I thought about highlighting some keywords or matching parenthesizes with underscores or bold text. But all these require some parsing, and these are specific to languages.
Just curious, which part is against `pledge(2)`. Does `:e ../*.txt` can't be used as well?
I'm not sure whether there are people who using it (probably no FreeBSD users since I just found a bug...), but the feature is not that useless -- actually, it's...
Can reproduce. I observed the following: ```gdb Breakpoint 4, cl_vi_init (sp=0x8007bd000) at /home/zy/devel/nvi2/cl/cl_screen.c:224 224 cl_putenv("TERM", ttype, 0); 10: *gp->msgq->slh_first = {q = {sle_next = 0x0}, mtype = M_ERR, buf =...