aboutsummaryrefslogtreecommitdiff
path: root/x.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-25Inline clipboard functionsDevin J. Pohly1-31/+19
2018-02-25Move config.h include from st.c to x.cDevin J. Pohly1-0/+37
2018-02-25Move opt_* into same file as main()/run()Devin J. Pohly1-1/+11
2018-02-25Move key-matching functions into x.cDevin J. Pohly1-0/+48
2018-02-25Pass new dimensions into ttyresizeDevin J. Pohly1-3/+3
2018-02-25Move window-manipulating functions into x.cDevin J. Pohly1-1/+44
2018-02-25Move font/fontspec variables into x.c and XWindowDevin J. Pohly1-5/+13
2018-02-25Move window urgency handling entirely into x.cDevin J. Pohly1-2/+6
2018-02-25Move zoom functions into x.cDevin J. Pohly1-1/+34
2018-02-25Move usage() to be with run() in x.cDevin J. Pohly1-0/+18
2018-02-25Call xsetenv() in main process instead of childDevin J. Pohly1-6/+2
2017-12-26Fix color with FAINT attributeBenno Fünfstück1-0/+1
2017-12-26Apply ATTR_REVERSE after ATTR_FAINTBenno Fünfstück1-6/+7
2017-09-15Add an error for XftFontOpenPattern failure.Gary Allen Vollink1-0/+3
2017-09-02Revert "make clipboard patch obsolete"Hiltjo Posthuma1-1/+0
2017-09-01make clipboard patch obsoleteAnselm R Garbe1-0/+1
2017-04-04Simplify how we keep ATTRs under cursorQuentin Rameau1-3/+2
2017-03-29keep some glyph modes for the cursorNils Reuße1-0/+3
2017-03-19Support xterm Ms feature to set clipboardosandov@osandov.com1-1/+0
2017-01-20Split X-specific code into x.cMichael Forney1-0/+1766