Curses - endwin is resetting to original terminal size after the terminal has been resized

658 Views Asked by At

I have a Curses application that is running ok. It handles resizing the term well and everything draws ok. The only problem is that when endwin() is called it resets the terminal to the original size. IE, I'm using the application, I resize my term, I quit the application, my term goes back to the original size.

What do i need to do to prevent this?

Thanks.

0

There are 0 best solutions below