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

Function mswin_set_text_wrap

outdated/sys/wince/mhtxtbuf.c:112–116  ·  view source on GitHub ↗

----------------------------------------------------------------*/

Source from the content-addressed store, hash-verified

110}
111/*----------------------------------------------------------------*/
112void
113mswin_set_text_wrap(PNHTextBuffer pb, BOOL wrap_text)
114{
115 pb->b_wrap_text = wrap_text;
116}
117/*----------------------------------------------------------------*/
118BOOL
119mswin_get_text_wrap(PNHTextBuffer pb)

Callers 1

ToggleWrapStatusFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected