How to use NCurse to achieve window stretching, text does not wrap. Like the interface of HTOP, the window is stretched, and the process is not forced to show a line break, but hidden
Asked
Active
Viewed 25 times
1
-
The application has to repaint the window (ncurses won't guess which of the `waddstr` calls were meant to wrap in a resized window). – Thomas Dickey Apr 02 '22 at 18:29
-
Please provide enough code so others can better understand or reproduce the problem. – Community Apr 03 '22 at 13:52