Closed kyai closed 4 years ago
https://github.com/jroimartin/gocui/blob/c055c87ae801372cd74a0839b972db4f7697ae5f/gui.go#L538
Try it:
func main() { s := "He─llo" for k, v := range s { fmt.Println(k, v) } }
Fixed, request merge. #212
https://github.com/jroimartin/gocui/blob/c055c87ae801372cd74a0839b972db4f7697ae5f/gui.go#L538
Try it: