]> git.armaanb.net Git - st.git/history - x.c
Move config.h include from st.c to x.c
[st.git] / x.c
2018-02-26 Devin J. PohlyMove config.h include from st.c to x.c
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
2018-02-26 Devin J. PohlyCall xsetenv() in main process instead of child
2017-12-26 Benno FünfstückFix color with FAINT attribute
2017-12-26 Benno FünfstückApply ATTR_REVERSE after ATTR_FAINT
2017-09-15 Gary Allen VollinkAdd an error for XftFontOpenPattern failure.
2017-09-02 Hiltjo PosthumaRevert "make clipboard patch obsolete"
2017-09-01 Anselm R Garbemake clipboard patch obsolete
2017-04-04 Quentin RameauSimplify how we keep ATTRs under cursor
2017-03-29 Nils Reußekeep some glyph modes for the cursor
2017-03-19 osandov@osandov.comSupport xterm Ms feature to set clipboard
2017-01-21 Michael ForneySplit X-specific code into x.c