]> git.armaanb.net Git - st.git/blobdiff - st.h
Move terminal-related selection logic into st.c
[st.git] / st.h
diff --git a/st.h b/st.h
index 79dd47ea2b078b19285c57bdbdad41cfee53157d..c5ff5cf99153f706a6492b3f968d3f36c3794026 100644 (file)
--- a/st.h
+++ b/st.h
@@ -172,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);
@@ -184,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);