-
deuce authored
void copytext(const char *text, size_t buflen) which places the buffer in the clipboard and char *x_getcliptext(void) which returns a malloc()ed copy of the current clipboard buffer. Currently, only implemented in Win32.
15b2c098
This GitLab instance has migrated as of Nov-5-2022 to a new server: hardware, OS, SSH key
The v3.20a development branch has now been merged to the master branch. Sysops upgrading from earlier versions must run 'jsexec update'
void copytext(const char *text, size_t buflen) which places the buffer in the clipboard and char *x_getcliptext(void) which returns a malloc()ed copy of the current clipboard buffer. Currently, only implemented in Win32.