Differences From Artifact [3bc4bc641c]:
- File src/console.cxx — part of check-in [0a0d4f9155] at 2024-07-20 15:08:41 on branch trunk — Run clang-format on the entire codebase (user: js, size: 5964) [annotate] [blame] [check-ins using]
To Artifact [ee8378b098]:
- File src/console.cxx — part of check-in [bd82b5a5b1] at 2024-07-20 21:49:30 on branch trunk — Fix needing -fpermissive (user: js, size: 5970) [annotate] [blame] [check-ins using]
- File src/console.mm — part of check-in [7c2704b3d7] at 2024-07-21 12:02:07 on branch trunk — Convert to ObjC++ (user: js, size: 5970) [annotate] [blame] [check-ins using]
︙ | |||
243 244 245 246 247 248 249 | 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 | - + | pasteconsole(); return; }; default: resetcomplete(); if (cooked) { |
︙ |