| 81 | } |
| 82 | |
| 83 | void 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 | |
| 95 | const char * NetHackQtMessageWindow::GetStr(bool init) |
| 96 | { |