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

Method Display

win/Qt/qt_msg.cpp:83–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83void NetHackQtMessageWindow::Display(bool block)
84{
85 if (changed) {
86 list->repaint();
87 changed=false;
88 }
89 if (block) {
90 // we don't care what the response is here
91 (void) NetHackQtBind::qt_more();
92 }
93}
94
95const char * NetHackQtMessageWindow::GetStr(bool init)
96{

Callers

nothing calls this directly

Calls 1

repaintMethod · 0.60

Tested by

no test coverage detected