mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-06-30 19:12:48 -05:00
Preserve more attributes of text copied as RTF. Thanks to Stephen Balousek.
[originally from svn r6555]
This commit is contained in:
@ -1491,7 +1491,7 @@ char * retrieve_cutbuffer(int * nbytes)
|
||||
return ptr;
|
||||
}
|
||||
|
||||
void write_clip(void *frontend, wchar_t * data, int len, int must_deselect)
|
||||
void write_clip(void *frontend, wchar_t * data, int *attr, int len, int must_deselect)
|
||||
{
|
||||
struct gui_data *inst = (struct gui_data *)frontend;
|
||||
if (inst->pasteout_data)
|
||||
|
Reference in New Issue
Block a user