pub fn winsdelln(handle: WINDOW, n: i32) -> Result<(), NCurseswError>
Expand description

For positive n, insert n lines into the specified window above the current line. The n bottom lines are lost. For negative n, delete n lines (starting with the one under the cursor), and move the remaining lines up. The bottom n lines are cleared. The current cursor position remains the same.