Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move window urgency handling entirely into x.c | Devin J. Pohly | 2018-02-25 | 1 | -0/+1 |
| | | | | | | This allows us to make xseturgency internal. Signed-off-by: Devin J. Pohly <djpohly@gmail.com> | ||||
* | Move zoom functions into x.c | Devin J. Pohly | 2018-02-25 | 1 | -0/+1 |
| | | | | | | | 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> | ||||
* | Move usage() to be with run() in x.c | Devin J. Pohly | 2018-02-25 | 1 | -2/+0 |
| | | | | | | run/usage/xinit are now all internal to x.c Signed-off-by: Devin J. Pohly <djpohly@gmail.com> | ||||
* | Split X-specific code into x.c | Michael Forney | 2017-01-20 | 1 | -0/+272 |
| | |||||
* | added/removed files, updated Makefile. | Aurélien Aptel | 2009-06-16 | 1 | -178/+0 |
| | |||||
* | added sigchld handler, cleaned error checking. | Aurélien Aptel | 2009-06-11 | 1 | -1/+6 |
| | |||||
* | handle tabulation (still not perfect) | Aurélien Aptel | 2009-05-14 | 1 | -0/+2 |
| | |||||
* | removed the truecolor stuff | Aurélien Aptel | 2009-05-14 | 1 | -15/+5 |
| | |||||
* | backport of local changes | Anselm R Garbe | 2009-05-10 | 1 | -0/+181 |