Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
881
static void
882
unscroll_window(winid wid)
883
{
884
directional_scroll(wid, -1);
885
}
886
887
static void
888
directional_scroll(winid wid, int nlines)
Callers
1
curses_message_win_getline
Function · 0.85
Calls
1
directional_scroll
Function · 0.85
Tested by
no test coverage detected