MCPcopy Create free account
hub / github.com/NetHack/NetHack / scroll_window

Function scroll_window

win/curses/cursmesg.c:875–879  ·  view source on GitHub ↗

Scroll lines upward in given window, or clear window if only one line. */

Source from the content-addressed store, hash-verified

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

Callers 6

curses_message_win_putsFunction · 0.85
curses_blockFunction · 0.85
curses_count_windowFunction · 0.85
scroll_top_dialogFunction · 0.85
mar_cliparoundFunction · 0.85

Calls 1

directional_scrollFunction · 0.85

Tested by

no test coverage detected