Scroll lines upward in given window, or clear window if only one line. */
| 873 | |
| 874 | /* Scroll lines upward in given window, or clear window if only one line. */ |
| 875 | static void |
| 876 | scroll_window(winid wid) |
| 877 | { |
| 878 | directional_scroll(wid, 1); |
| 879 | } |
| 880 | |
| 881 | static void |
| 882 | unscroll_window(winid wid) |
no test coverage detected