PUTS
PUTS(my_magic);
PUTS(version);
PUTS("\n");
PUTS(buffer);
PUTS(buffer);
PUTS("\n");
PUTS("? -- display this help message");
PUTS("fy fx ty tx -- (4 numbers) display (fy,fx)->(ty,tx) move");
PUTS("s[croll] n t b m -- display scrolling sequence");
PUTS("l[oad] <term> -- load terminal info for type <term>");
PUTS("d[elete] <cap> -- delete named capability");
PUTS("i[nspect] -- display terminal capabilities");
PUTS("c[ost] -- dump cursor-optimization cost table");
PUTS("o[optimize] -- toggle movement optimization");
PUTS("t[orture] <num> -- torture-test with <num> random moves");
PUTS("q[uit] -- quit the program");
PUTS(longname());