Suppose I created a window by newwin() with cordinates X and Y = (0 and 0) but now I have changed my mind and want to change X and Y coords without recreating window using newwin() then how to do it ? My main goal is to recreate box() with new X and Y coords after resizing terminal (xterm)
Asked
Active
Viewed 57 times