Erin
Erin
I am not sure regarding the technical reasons why they are different, but I believe Wezterm's implementation is done natively in Rust and also renders images with better performance than...
I'm going to assume this alternate escape sequence was unintentional. @wez may have a different answer.
@ChristianChiarulli would you please be able to review my pull request.
@yuki-yano What is the most vanilla way I can implement this?
I think the best solution to this problem is to start using Neovim with native LSP. I have found it to be a lot more powerful than Coc with less...
I experience this issue on the console as well.
I think using a Makefile would be a better idea because `make(1)` is more portable. I have created a pull request that works with POSIX make.
I mean to say that `make(1)` is available on on more systems. I would appreciate it if you could make a comment on #60 with improvements to make.
> But the Makefile PR doesn't support tests, nor does it respect DESTDIR. I will fix this. Thanks!
Thank you for the informative comment and bestowing me with your knowledge of build systems! I think using this PR would be a better approach. I hadn't understood the purpose...