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

test on win10

上级 42a8eeba
package page
import (
commonUtils "github.com/easysoft/zentaoatf/src/utils/common"
"github.com/easysoft/zentaoatf/src/utils/vari"
"github.com/jroimartin/gocui"
"log"
......@@ -12,9 +13,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.
先完成此消息的编辑!
想要评论请 注册