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

Method Clear

win/Qt/qt_menu.cpp:1076–1083  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1074}
1075
1076void NetHackQtTextWindow::Clear()
1077{
1078 lines->clear();
1079 target[0] = '\0'; // discard search target string
1080 use_rip = false;
1081 str_fixed = false;
1082 textsearching = false;
1083}
1084
1085void NetHackQtTextWindow::Display(bool block UNUSED)
1086{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected