Closed milton59 closed 7 years ago
goncurses was specifically written so that stdscr is not globally defined as it would be C. You will either need to declare it as a global yourself or pass it into your function.
Thanks, new at both GO and ncurses.
go build gives error stdscr not defined if I use it in a func