aboutsummaryrefslogtreecommitdiffstats
path: root/st.h
Commit message (Collapse)AuthorAgeFilesLines
* Move window urgency handling entirely into x.cDevin J. Pohly2018-02-251-0/+1
| | | | | | This allows us to make xseturgency internal. Signed-off-by: Devin J. Pohly <djpohly@gmail.com>
* Move zoom functions into x.cDevin J. Pohly2018-02-251-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.cDevin J. Pohly2018-02-251-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.cMichael Forney2017-01-201-0/+272
|
* added/removed files, updated Makefile.Aurélien Aptel2009-06-161-178/+0
|
* added sigchld handler, cleaned error checking.Aurélien Aptel2009-06-111-1/+6
|
* handle tabulation (still not perfect)Aurélien Aptel2009-05-141-0/+2
|
* removed the truecolor stuffAurélien Aptel2009-05-141-15/+5
|
* backport of local changesAnselm R Garbe2009-05-101-0/+181
remember that computers suck.