Method to tell PDCurses to make the window the same size as the physical screen programatically?
问题 Currently I have an c++ console application running on Win7/AIX/Linux. In the application I use getmaxyx to get the dimensions of the window. getmaxyx(_window, _rows, _cols); On the windows platform i need to play around with the (properties)(layout) options of the running app, to get the screen maximized. That is a bit of a pain. Thumbing through the documention yields nothing of value. lines: Specifies the number of lines the "screen" will have. Directly equates to LINES. There is no