You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tbh I'd just store it directly as a structure file but in memory, and make the structure save command just write it to a file, making it simpler to save any of the two (a selection/an already existing clipboard, since saving current selection would basically call "make" a clipboard then save).
That would also make it simpler to at some point save the clipboards when closing/restarting/leaving the server, just write_file and that's it.
Cos right now it's not particularly efficient. I think I'lll store in a similar way to structure files etc.
The text was updated successfully, but these errors were encountered: