Make win variable internal to x.c
[st.git] / st.h
2018-02-26 Devin J. PohlyMake win variable internal to x.c
2018-02-26 Devin J. PohlyMove X-related config.h types into x.c
2018-02-26 Devin J. PohlyMove config.h include from st.c to x.c
2018-02-26 Devin J. PohlyFactor out equivalent code from ttyread/ttysend
2018-02-26 Devin J. PohlyMove opt_* into same file as main()/run()
2018-02-26 Devin J. PohlyMove key-matching functions into x.c
2018-02-26 Devin J. PohlyPass new dimensions into ttyresize
2018-02-26 Devin J. PohlyMove window-manipulating functions into x.c
2018-02-26 Devin J. PohlyMove font/fontspec variables into x.c and XWindow
2018-02-26 Devin J. PohlyMove window urgency handling entirely into x.c
2018-02-26 Devin J. PohlyMove zoom functions into x.c
2018-02-26 Devin J. PohlyMove usage() to be with run() in x.c
2017-01-21 Michael ForneySplit X-specific code into x.c
2009-06-16 Aurélien Apteladded/removed files, updated Makefile.
2009-06-11 Aurélien Apteladded sigchld handler, cleaned error checking.
2009-05-13 Aurélien Aptelhandle tabulation (still not perfect)
2009-05-13 Aurélien Aptelremoved the truecolor stuff
2009-05-10 Anselm R Garbebackport of local changes