Differences From Artifact [45e0d06f5e]:
- File src/console.mm — part of check-in [42d4b57828] at 2025-03-04 23:51:09 on branch trunk — Port to SDL2 (user: js, size: 5202) [annotate] [blame] [check-ins using]
To Artifact [d534e6476d]:
- File src/console.mm — part of check-in [02dbc547c1] at 2025-03-05 00:27:18 on branch trunk — Reduce global variables (user: js, size: 5224) [annotate] [blame] [check-ins using]
︙ | |||
128 129 130 131 132 133 134 | 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 | - + | { saycommandon = (init != NULL); if (saycommandon) SDL_StartTextInput(); else SDL_StopTextInput(); if (!editmode) |
︙ |