aboutsummaryrefslogtreecommitdiffstats
path: root/st.h
diff options
context:
space:
mode:
authorDevin J. Pohly <djpohly@gmail.com>2018-02-21 22:56:02 -0600
committerDevin J. Pohly <djpohly@gmail.com>2018-02-25 21:53:24 -0600
commit5683b1f80c5ac274adf98517ce2217b4d4896243 (patch)
tree83e79c7f53eb44b6a7e76834dfe234408a7b0495 /st.h
parent138caf294ea4d7968df36ead9d5ff5fc49f6215f (diff)
downloadst-5683b1f80c5ac274adf98517ce2217b4d4896243.tar.gz
Move X-specific selection info into XSelection
Data about PRIMARY/CLIPBOARD and clicks are part of the front-end, not the terminal. Signed-off-by: Devin J. Pohly <djpohly@gmail.com>
Diffstat (limited to 'st.h')
-rw-r--r--st.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/st.h b/st.h
index 8637d35..79dd47e 100644
--- a/st.h
+++ b/st.h
@@ -149,12 +149,7 @@ typedef struct {
int x, y;
} nb, ne, ob, oe;
- char *primary, *clipboard;
int alt;
- struct timespec tclick1;
- struct timespec tclick2;
-
- //Atom xtarget;
} Selection;
typedef union {
remember that computers suck.