goncurses icon indicating copy to clipboard operation
goncurses copied to clipboard

Is "def_prog_mode()" implemented?

Open xaionaro opened this issue 6 years ago • 0 comments

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?

xaionaro avatar Mar 29 '18 17:03 xaionaro