Try to bring back tests
This commit is contained in:
@@ -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");
|
||||
Reference in New Issue
Block a user