rthornton128 / goncurses

NCurses Library for Go
Other
383 stars 51 forks source link

Is "def_prog_mode()" implemented? #41

Open xaionaro opened 6 years ago

xaionaro commented 6 years ago

I need to run an external application. StackOverflow recommends this way [1]:

def_prog_mode() then endwin() execute system call and refresh() should restore it

[1] https://stackoverflow.com/questions/3258163/c-going-from-ncurses-ui-to-external-program-and-back

Is there a way to call def_prog_mode() via goncurses?