1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-06-30 19:12:48 -05:00

Ron Kuris's "copy everything to clipboard" patch

[originally from svn r808]
This commit is contained in:
Simon Tatham
2000-11-21 19:28:25 +00:00
parent f7aec0aa10
commit 9147f68fb6
3 changed files with 86 additions and 48 deletions

View File

@ -314,6 +314,7 @@ void term_blink(int set_cursor);
void term_paste(void);
void term_nopaste(void);
void from_backend(int is_stderr, char *data, int len);
void term_copyall(void);
/*
* Exports from raw.c.