Hola, I'm asking for help with NCurses. From what I read, NCurses provides functions to change the size of the terminal. They are 'resize_term' and 'resizeterm'.
I'm not sure what the difference is, but as far as I know, you can use them to change the size of the terminal to whatever you like, however, when I use them, nothing seems to happen. I've also looked at 'wresize', but my interpretation is that that function is for resizing the virtual NCurses windows. Is there a special secret I don't know that fixes this?
Thanks