ericwq / aprilsh

remote shell support intermittent or mobile network.
MIT License
5 stars 0 forks source link

feat(terminal): support mouse click event SGR (1006) #91

Closed ericwq closed 3 months ago

ericwq commented 3 months ago
time=2024-08-01T15:07:28.579+08:00 level=DEBUG msg=mainLoop pid=32021 point=100 network.WaitTime=2997 overlays.WaitTime=9223370314358727228 timeout=2997
time=2024-08-01T15:07:28.628+08:00 level=DEBUG msg=processUserInput pid=32021 buf="\x1b[<0;1;5M" hex="1b 5b 3c 30 3b 31 3b 35 4d"
time=2024-08-01T15:07:28.628+08:00 level=WARN msg="Unhandled input:" pid=32021 input="\x1b[<" state=CSI inputOps="[0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0]" nInputOps=1 argBuf="" unimplement=Any
time=2024-08-01T15:07:28.630+08:00 level=DEBUG msg=mainLoop pid=32021 point=100 network.WaitTime=149 overlays.WaitTime=50 timeout=50
time=2024-08-01T15:07:28.636+08:00 level=DEBUG msg=processUserInput pid=32021 buf="\x1b[<0;1;5m" hex="1b 5b 3c 30 3b 31 3b 35 6d"
time=2024-08-01T15:07:28.636+08:00 level=WARN msg="Unhandled input:" pid=32021 input="\x1b[<" state=CSI inputOps="[0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0]" nInputOps=1 argBuf="" unimplement=Any

Extended coordinates

ericwq commented 3 months ago

done