TMOONLIGHT

Results 7 issues of TMOONLIGHT

I try compile this project ,but failed like this: ![image](https://user-images.githubusercontent.com/808983/68395679-2cbf6e80-01ab-11ea-9ac1-5e6ae9ec13d9.png) ``` [root@iz0xi6fyb0guktgu5ux21tz warp]# make make build make[1]: Entering directory `/root/warp' cargo build -p warp-runner --release --target x86_64-unknown-linux-gnu Compiling warp-runner v0.3.0...

新手请教大佬。个人比较习惯单按home和end键跳转行尾行末的操作,pluginstall之后,进入插入模式按了end或者home会出现乱码(控制字符?),有办法让这两个键起作用吗?我试了unmap\ , inoremap\ xxx 这些都没有起作用。

arm71平台 ![image](https://user-images.githubusercontent.com/808983/226190488-5322c3ef-1c2a-4fec-a651-2f2b5366d5b0.png)

``` private string GetRequestData(Stream stream) { var length = 0; var data = string.Empty; do { length = stream.Read(bytes, 0, MAX_SIZE - 1); data += Encoding.UTF8.GetString(bytes, 0, length); } while...