| 1074 | } |
| 1075 | |
| 1076 | void 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 | |
| 1085 | void NetHackQtTextWindow::Display(bool block UNUSED) |
| 1086 | { |