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

test on win10

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