修正macos下鼠标无法显示的问题

This commit is contained in:
lwch
2023-03-08 18:35:57 +08:00
parent 2c149945a2
commit 1d17ff5d2b
4 changed files with 8 additions and 6 deletions

View File

@@ -211,6 +211,7 @@
## TODO
1. 修正macos下的鼠标位置问题 #34
2. go版本升级到1.20.2
3. 更新第三方库
1. 修正macos下的鼠标位置无法显示问题
2. 修正macos下的鼠标位置问题 #34
3. go版本升级到1.20.2
4. 更新第三方库

2
go.mod
View File

@@ -10,7 +10,7 @@ require (
github.com/gorilla/websocket v1.5.0
github.com/kardianos/service v1.2.2
github.com/lwch/logging v0.0.0-20221013035348-e250895ebb72
github.com/lwch/rdesktop v1.2.0
github.com/lwch/rdesktop v1.2.1
github.com/lwch/runtime v1.0.0
github.com/lwch/yaml v0.0.0-20220711084242-14c4f5845abe
github.com/spf13/cobra v1.6.1

4
go.sum
View File

@@ -24,8 +24,8 @@ github.com/kisielk/errcheck v1.6.3/go.mod h1:nXw/i/MfnvRHqXa7XXmQMUB0oNFGuBrNI8d
github.com/lwch/logging v0.0.0-20211115073745-0db19179db17/go.mod h1:aXQui5bsF/d4I+z6szuiBWY5m4y9t6pyZ2Q/sLgkBBg=
github.com/lwch/logging v0.0.0-20221013035348-e250895ebb72 h1:F2ZW/bIZQ+uYB1VsJ+H6355/0U+FOef+YAw39ZYTE0c=
github.com/lwch/logging v0.0.0-20221013035348-e250895ebb72/go.mod h1:aXQui5bsF/d4I+z6szuiBWY5m4y9t6pyZ2Q/sLgkBBg=
github.com/lwch/rdesktop v1.2.0 h1:HvlfEUtCDomgUxY3J0w7lmf6D6LpwGs+G32B9bbJk+o=
github.com/lwch/rdesktop v1.2.0/go.mod h1:vZtkNUaG1bDuzJavu8OQQoBbHVS6cYJE7y4oxtmhYYM=
github.com/lwch/rdesktop v1.2.1 h1:TLwToBDvl6lrhKWLCl7yJvk0Uwqwt0ebS+nWdJu7/IA=
github.com/lwch/rdesktop v1.2.1/go.mod h1:vZtkNUaG1bDuzJavu8OQQoBbHVS6cYJE7y4oxtmhYYM=
github.com/lwch/runtime v0.0.0-20190520054850-8c97e19e0c6d/go.mod h1:uEt0zu1MDC7WnVvodPBGSYAD/KMKk0v36xE8UE5veM8=
github.com/lwch/runtime v1.0.0 h1:siMQ16oBQ7Kx+M0KnUrAhRe0j8I493zfIqmII0r2wRc=
github.com/lwch/runtime v1.0.0/go.mod h1:D9d6Uzg9Nea3M+bkNyLHNk6Nhlz/j1c4mze1gG0tReI=

1
test/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
/env