Differences From Artifact [1df29be187]:
- File src/console.mm — part of check-in [f8f97851f3] at 2024-08-03 17:02:33 on branch trunk — Make conoutf take an OFString (user: js, size: 5995) [annotate] [blame] [check-ins using]
To Artifact [74e953a174]:
- File src/console.mm — part of check-in [f642e9dfbf] at 2025-03-02 14:42:43 on branch trunk — Migrate to OFOptionsParser (user: js, size: 5997) [annotate] [blame] [check-ins using]
︙ | |||
136 137 138 139 140 141 142 | 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 | - - + + | strn0cpy(hdr.maptitle, s, 128); }; COMMAND(saycommand, ARG_VARI); COMMAND(mapmsg, ARG_1STR); #ifndef _WIN32 |
︙ |