-
- Downloads
Two new ciolib functions:
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.
Showing
- src/conio/ciolib.c 28 additions, 0 deletionssrc/conio/ciolib.c
- src/conio/ciolib.h 6 additions, 0 deletionssrc/conio/ciolib.h
- src/conio/win32cio.c 44 additions, 0 deletionssrc/conio/win32cio.c
- src/conio/win32cio.h 2 additions, 0 deletionssrc/conio/win32cio.h
- src/conio/x_cio.c 11 additions, 0 deletionssrc/conio/x_cio.c
- src/conio/x_cio.h 2 additions, 0 deletionssrc/conio/x_cio.h
Please register or sign in to comment