update FAQ
[st.git] / st.h
2019-10-13 Avi Halachmi (:avih)mouse shortcuts: allow same functions as kb shortcuts
2019-03-15 Hiltjo Posthumarevert part of commit add0211522737b79dad990ccd65c8af63...
2019-03-15 Lauri Tirkkonenuse iswspace()/iswpunct() to find word delimiters
2019-03-15 Lauri Tirkkonenreplace utf8strchr with wcschr
2018-09-11 Quentin RameauRemove the ISO 14755 feature
2018-02-26 Devin J. PohlyClean up #includes
2018-02-26 Devin J. PohlyReduce visibility wherever possible
2018-02-26 Devin J. PohlyLimit usage of extern to config.h globals
2018-02-26 Devin J. PohlyRemove x.c dependency on term
2018-02-26 Devin J. PohlyPull term references out of xdrawcursor
2018-02-26 Devin J. PohlyMove win-agnostic parts of draw/drawregion to st.c
2018-02-26 Devin J. PohlySplit mode bits between Term and TermWindow
2018-02-26 Devin J. PohlyMove terminal echo logic into st.c
2018-02-26 Devin J. PohlyMove remaining selection mode logic into selextend
2018-02-26 Devin J. PohlyMove terminal-related selection logic into st.c
2018-02-26 Devin J. PohlyMove X-specific selection info into XSelection
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