Try to bring back tests

This commit is contained in:
Krzosa Karol
2026-03-19 11:18:57 +01:00
parent edb461bde8
commit 4ad9e6bf20
4 changed files with 52 additions and 3 deletions

View File

@@ -64,3 +64,7 @@ void Serialize(Buffer *buffer, Event *e) {
#undef X
SerializeEnd(buffer);
}
void CMD_CopyEvents() {
SaveStringInClipboard(GetString(EventBuffer));
} RegisterCommand(CMD_CopyEvents, "ctrl-shift-alt-j", "Copy all the events from the EventBuffer");