X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=terminal.h;h=135ef45a6ce9636f9e3f4d06055905bd952e7dc0;hb=9dd9860cc84f82309de64c33e2813c6e9dc60749;hp=14e797b09c421b7231e99f7d24798daa57712f74;hpb=329087e2da70e114026371f7d3d831d7722a38cc;p=PuTTY.git diff --git a/terminal.h b/terminal.h index 14e797b0..135ef45a 100644 --- a/terminal.h +++ b/terminal.h @@ -222,8 +222,7 @@ struct terminal_tag { int attr_mask; wchar_t *paste_buffer; - int paste_len, paste_pos, paste_hold; - long last_paste; + int paste_len, paste_pos; void (*resize_fn)(void *, int, int); void *resize_ctx;