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

Method qt_putstr

outdated/win/Qt3/qt3_win.cpp:4764–4768  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4762}
4763
4764void NetHackQtBind::qt_putstr(winid wid, int attr, const char *text)
4765{
4766 NetHackQtWindow* window=id_to_window[wid];
4767 window->PutStr(attr,text);
4768}
4769
4770void NetHackQtBind::qt_display_file(const char *filename, BOOLEAN_P must_exist)
4771{

Callers

nothing calls this directly

Calls 1

PutStrMethod · 0.45

Tested by

no test coverage detected