X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=st.h;h=c5ff5cf99153f706a6492b3f968d3f36c3794026;hb=bcb5d3adbe57ead05a829e5144c2ba1dc465865f;hp=8637d358123ea1d5cdcc850bcc571bb698eb6b15;hpb=323d38da20c8a1d295ab1dbc0fc7ce947ef824e1;p=st.git diff --git a/st.h b/st.h index 8637d35..c5ff5cf 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 { @@ -177,7 +172,6 @@ void toggleprinter(const Arg *); int tattrset(int); void tnew(int, int); void tresize(int, int); -void tsetdirt(int, int); void tsetdirtattr(int); void ttynew(char *, char *, char **); size_t ttyread(void); @@ -189,6 +183,8 @@ void resettitle(void); void selclear(void); void selinit(void); +void selstart(int, int, int); +void selextend(int, int, int); void selnormalize(void); int selected(int, int); char *getsel(void);