Subj : CVS commit src/conio/ciolib.c ciolib.h win32cio.c win32cio.h x_cio.c x_cio.h To : All From : deuce Date : Sun Jan 23 2005 02:21 pm src/conio ciolib.c 1.32 1.33 ciolib.h 1.20 1.21 win32cio.c 1.46 1.47 win32cio.h 1.7 1.8 x_cio.c 1.10 1.11 x_cio.h 1.6 1.7 Update of /cvsroot/sbbs/src/conio In directory cvs.synchro.net:/tmp/cvs-serv14764 Modified Files: ciolib.c ciolib.h win32cio.c win32cio.h x_cio.c x_cio.h Log Message: 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. .