| 1329 | } |
| 1330 | |
| 1331 | static void stb_text_makeundo_insert(STB_TexteditState* state, int where, int length) |
| 1332 | { |
| 1333 | stb_text_createundo(&state->undostate, where, 0, length); |
| 1334 | } |
| 1335 | |
| 1336 | static void stb_text_makeundo_delete(STB_TEXTEDIT_STRING* str, STB_TexteditState* state, int where, int length) |
| 1337 | { |
no test coverage detected