| 618 | VARP(omitunchangeddefaultbinds, 0, 1, 2); |
| 619 | |
| 620 | void writebinds(stream *f) |
| 621 | { |
| 622 | enumerate(keyms, keym, km, |
| 623 | loopj(3) if(*km.actions[j] && (!km.unchangeddefault[j] || omitunchangeddefaultbinds < 2)) |
| 624 | f->printf("%s%s \"%s\" %s\n", km.unchangeddefault[j] && omitunchangeddefaultbinds ? "//" : "", keycmd(j), km.name, escapestring(km.actions[j])); |
| 625 | ); |
| 626 | } |
| 627 | |
| 628 | bool textinputbuffer::say(const char *c) |
| 629 | { |
no test coverage detected