MCPcopy Create free account
hub / github.com/crawl/crawl / msgwin_reply

Function msgwin_reply

crawl-ref/source/message.cc:1629–1636  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1627}
1628
1629void msgwin_reply(string reply)
1630{
1631 msgwin_clear_temporary();
1632 msgwin_set_temporary(false);
1633 reply = replace_all(reply, "<", "<<");
1634 mprf(MSGCH_PROMPT, "%s<lightgrey>%s</lightgrey>", _prompt.c_str(), reply.c_str());
1635 msgwin.got_input();
1636}
1637
1638void msgwin_got_input()
1639{

Callers 3

_get_num_and_charFunction · 0.85
msgwin_get_lineFunction · 0.85
search_stashesMethod · 0.85

Calls 5

msgwin_clear_temporaryFunction · 0.85
msgwin_set_temporaryFunction · 0.85
replace_allFunction · 0.85
mprfFunction · 0.85
got_inputMethod · 0.80

Tested by

no test coverage detected