]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Speed up clipboard copies.
authorJeff Westfahl <jeff.westfahl@ni.com>
Mon, 27 Jun 2016 14:58:16 +0000 (09:58 -0500)
committerJeff Westfahl <jeff.westfahl@ni.com>
Mon, 27 Jun 2016 14:58:16 +0000 (09:58 -0500)
commit5f3160d186db4f1ae48ab929196db5f1e30a6b82
tree3c9565c641ba6311a1d18ba6fc6c05cfff71de51
parent7b9ad090067e817321190fa3379264e6ee9d3b91
Speed up clipboard copies.

Copying large scrollback buffers to the clipboard can take a long time,
up to several minutes. Doubling the size of the clipboard copy buffer
when more space is needed, instead of just adding a small constant size,
significantly speeds up clipboard copies of large scrollback buffers.
terminal.c