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

Function topl_replace

outdated/sys/mac/macwin.c:1066–1072  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1064}
1065
1066static void
1067topl_replace(char *new_ans)
1068{
1069 topl_set_select(topl_query_len, (*top_line)->teLength);
1070 TEDelete(top_line);
1071 TEInsert(new_ans, strlen(new_ans), top_line);
1072}
1073
1074Boolean
1075topl_key(unsigned char ch, Boolean ext)

Callers 1

topl_keyFunction · 0.85

Calls 1

topl_set_selectFunction · 0.85

Tested by

no test coverage detected