1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-01 03:22:48 -05:00

Drag-select now autoscrolls more sensibly.

Selected text now ends up in the clipboard.

[originally from svn r98]
This commit is contained in:
Ben Harris
1999-03-14 13:08:44 +00:00
parent a5f734f8e4
commit eb79017bff
3 changed files with 13 additions and 24 deletions

12
mac.c
View File

@ -1,4 +1,4 @@
/* $Id: mac.c,v 1.1.2.14 1999/03/11 21:40:31 ben Exp $ */
/* $Id: mac.c,v 1.1.2.15 1999/03/14 13:08:43 ben Exp $ */
/*
* Copyright (c) 1999 Ben Harris
* All rights reserved.
@ -393,16 +393,6 @@ static void mac_adjustcursor(void) {
SetCursor(&qd.arrow);
}
void write_clip(void *data, int len) {
/* XXX: do something */
}
void get_clip(void **p, int *lenp) {
/* XXX: do something */
}
static void mac_shutdown(void) {
exit(0);