Changed g.Ascii to g.ASCII

pull/59/head
Pawel Wolowiec 7 years ago committed by wolowiec
parent 3700b249e0
commit e5f61d9466

@ -1158,7 +1158,7 @@ func main() {
log.Panicln(err)
}
if runtime.GOOS == WINDOWS_OS && runewidth.IsEastAsian() {
g.Ascii = true
g.ASCII = true
}
app := &App{history: make([]*Request, 0, 31)}

Loading…
Cancel
Save