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

Function clear_text_window

win/X11/wintext.c:348–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346}
347
348void
349clear_text_window(struct xwindow *wp)
350{
351 clear_text_buffer(&wp->text_information->text);
352}
353
354/* text buffer routines ----------------------------------------------------
355 */

Callers 1

X11_clear_nhwindowFunction · 0.85

Calls 1

clear_text_bufferFunction · 0.85

Tested by

no test coverage detected