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

Function mar_set_margin

outdated/win/gem/wingem1.c:2593–2600  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2591/************************* nh_poskey *******************************/
2592
2593void
2594mar_set_margin(int m)
2595{
2596 Max(&m, 0);
2597 Min(&m,
2598 min(ROWNO, COLNO)); /* MAR 16.Mar 2002 -- the larger the less sense */
2599 scroll_margin = m;
2600}
2601void
2602mar_cliparound()
2603{

Callers 1

Gem_preference_updateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected