mirror of
https://github.com/asciimoo/wuzz
synced 2024-11-10 13:10:29 +00:00
commit
51613246b5
4
wuzz.go
4
wuzz.go
@ -20,6 +20,7 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/jroimartin/gocui"
|
||||
"github.com/mattn/go-runewidth"
|
||||
)
|
||||
|
||||
const VERSION = "0.1.0"
|
||||
@ -1008,6 +1009,9 @@ func main() {
|
||||
if err != nil {
|
||||
log.Panicln(err)
|
||||
}
|
||||
if runtime.GOOS == "windows" && runewidth.IsEastAsian() {
|
||||
g.Ascii = true
|
||||
}
|
||||
|
||||
app := &App{history: make([]*Request, 0, 31)}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user