Skip to content
  • deuce's avatar
    Two new ciolib functions: · 15b2c098
    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