Sync with gocui's API

In gocui, *Gui.Ascii has been renamed to *Gui.ASCII to make golint
happy.
pull/53/head
Roi Martin 7 years ago
parent 6326145735
commit f33d305d2b

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

Loading…
Cancel
Save