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

Function unscroll_window

win/curses/cursmesg.c:881–885  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

879}
880
881static void
882unscroll_window(winid wid)
883{
884 directional_scroll(wid, -1);
885}
886
887static void
888directional_scroll(winid wid, int nlines)

Callers 1

Calls 1

directional_scrollFunction · 0.85

Tested by

no test coverage detected