提交 74096628 编写于 作者: aaronchen2k2k's avatar aaronchen2k2k

test on win10

上级 42a8eeba
package page package page
import ( import (
commonUtils "github.com/easysoft/zentaoatf/src/utils/common"
"github.com/easysoft/zentaoatf/src/utils/vari" "github.com/easysoft/zentaoatf/src/utils/vari"
"github.com/jroimartin/gocui" "github.com/jroimartin/gocui"
"log" "log"
...@@ -12,9 +13,9 @@ func CuiReportBug(dir string, id string) error { ...@@ -12,9 +13,9 @@ func CuiReportBug(dir string, id string) error {
log.Panicln(err) log.Panicln(err)
} }
defer g.Close() defer g.Close()
//if commonUtils.IsWin() { if commonUtils.IsWin() {
// g.ASCII = true g.ASCII = true
//} }
g.Cursor = true g.Cursor = true
g.Mouse = true g.Mouse = true
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册