Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-25 | Pass new dimensions into ttyresize | Devin J. Pohly | |
This removes another reference to TermWindow from st.c. Signed-off-by: Devin J. Pohly <djpohly@gmail.com> | |||
2018-02-25 | Move window-manipulating functions into x.c | Devin J. Pohly | |
xresize is now internal to x.c Signed-off-by: Devin J. Pohly <djpohly@gmail.com> | |||
2018-02-25 | Move font/fontspec variables into x.c and XWindow | Devin J. Pohly | |
Signed-off-by: Devin J. Pohly <djpohly@gmail.com> | |||
2018-02-25 | Move window urgency handling entirely into x.c | Devin J. Pohly | |
This allows us to make xseturgency internal. Signed-off-by: Devin J. Pohly <djpohly@gmail.com> | |||
2018-02-25 | Move zoom functions into x.c | Devin J. Pohly | |
This makes x(un)loadfonts internal to x.c. Needed to reorder includes and move a typedef to keep the compiler happy. Signed-off-by: Devin J. Pohly <djpohly@gmail.com> | |||
2018-02-25 | Move usage() to be with run() in x.c | Devin J. Pohly | |
run/usage/xinit are now all internal to x.c Signed-off-by: Devin J. Pohly <djpohly@gmail.com> | |||
2017-01-20 | Split X-specific code into x.c | Michael Forney | |
2009-06-16 | added/removed files, updated Makefile. | Aurélien Aptel | |
2009-06-11 | added sigchld handler, cleaned error checking. | Aurélien Aptel | |
2009-05-14 | handle tabulation (still not perfect) | Aurélien Aptel | |
2009-05-14 | removed the truecolor stuff | Aurélien Aptel | |
2009-05-10 | backport of local changes | Anselm R Garbe | |