Mail Archives: djgpp/1999/10/21/10:34:59
On Wed, 20 Oct 1999, Damian Yerrick wrote:
> I'm writing my own program. I want to know how to make
> it use the Windows clipboard.
The clipboard support in the DJGPP version of Emacs is in the file
w16select.c; I had something to do with that ;-).
> Close requests: Click the close box, and it'll exit without
> saving changes. Click the close box in Edit.com, and it'll
> ask if you want to save changes.
There are Windows interrupts to include ``close-awareness'' in a
program. I don't remember the details, but look in Ralf Brown's
Interrupt List, they are there.
- Raw text -