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

Function topl_set_select

outdated/sys/mac/macwin.c:1057–1064  ·  view source on GitHub ↗

* TESetSelect flushes out all the pending key strokes. I hate it. */

Source from the content-addressed store, hash-verified

1055 * TESetSelect flushes out all the pending key strokes. I hate it.
1056 */
1057static void
1058topl_set_select(short selStart, short selEnd)
1059{
1060 TEDeactivate(top_line);
1061 (*top_line)->selStart = selStart;
1062 (*top_line)->selEnd = selEnd;
1063 TEActivate(top_line);
1064}
1065
1066static void
1067topl_replace(char *new_ans)

Callers 2

topl_replaceFunction · 0.85
topl_resp_keyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected