Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
348
void
349
clear_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_nhwindow
Function · 0.85
Calls
1
clear_text_buffer
Function · 0.85
Tested by
no test coverage detected