mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-04 13:02:47 -05:00
Preserve more attributes of text copied as RTF. Thanks to Stephen Balousek.
[originally from svn r6555]
This commit is contained in:
@ -595,7 +595,7 @@ static void text_click(Session *s, EventRecord *event)
|
||||
lastwhen = TickCount();
|
||||
}
|
||||
|
||||
void write_clip(void *cookie, wchar_t *data, int len, int must_deselect)
|
||||
void write_clip(void *cookie, wchar_t *data, int *attr, int len, int must_deselect)
|
||||
{
|
||||
#if !TARGET_API_MAC_CARBON
|
||||
Session *s = cookie;
|
||||
|
Reference in New Issue
Block a user