Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ clearMessages
Method
clearMessages
outdated/win/Qt3/qt3_win.cpp:1526–1531 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1524
}
1525
1526
void NetHackQtMapWindow::clearMessages()
1527
{
1528
messages =
""
;
1529
update(messages_rect);
1530
messages_rect = QRect();
1531
}
1532
1533
void NetHackQtMapWindow::putMessage(int attr, const char* text)
1534
{
Callers
1
Clear
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected