From 44bfe4da5dead378e32bdbd6be11f591a2283d38 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 6 May 2016 03:35:29 -0400 Subject: retain selection contents after it is removed this way, clicking in a terminal doesn't make you stop being able to paste things --- src/window-xlib.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/window-xlib.h') diff --git a/src/window-xlib.h b/src/window-xlib.h index 8bc0fb6..4a49340 100644 --- a/src/window-xlib.h +++ b/src/window-xlib.h @@ -25,6 +25,8 @@ struct runes_window { Window border_w; XIC ic; XEvent event; + char *selection_contents; + size_t selection_len; cairo_t *backend_cr; -- cgit v1.2.3-54-g00ecf