aboutsummaryrefslogtreecommitdiff
path: root/st.c
Commit message (Expand)AuthorAge
...
* Move remaining selection mode logic into selextendDevin J. Pohly2018-02-25
* Move terminal-related selection logic into st.cDevin J. Pohly2018-02-25
* Move X-specific selection info into XSelectionDevin J. Pohly2018-02-25
* Have selected() check whether selection existsDevin J. Pohly2018-02-25
* Rely on ttyresize to set tty sizeDevin J. Pohly2018-02-25
* Remove X and fontconfig from st.cDevin J. Pohly2018-02-25
* Remove Time argument from xsetselDevin J. Pohly2018-02-25
* Make win variable internal to x.cDevin J. Pohly2018-02-25
* Move config.h include from st.c to x.cDevin J. Pohly2018-02-25
* Factor out equivalent code from ttyread/ttysendDevin J. Pohly2018-02-25
* Move opt_* into same file as main()/run()Devin J. Pohly2018-02-25
* Move key-matching functions into x.cDevin J. Pohly2018-02-25
* Pass new dimensions into ttyresizeDevin J. Pohly2018-02-25
* Move window-manipulating functions into x.cDevin J. Pohly2018-02-25
* Move font/fontspec variables into x.c and XWindowDevin J. Pohly2018-02-25
* Move window urgency handling entirely into x.cDevin J. Pohly2018-02-25
* Move zoom functions into x.cDevin J. Pohly2018-02-25
* Move usage() to be with run() in x.cDevin J. Pohly2018-02-25
* Call xsetenv() in main process instead of childDevin J. Pohly2018-02-25
* base64dec: skip non-printable characters like \r\nSuraj N. Kurapati2017-09-15
* Revert "Add bold off SGR"Quentin Rameau2017-07-12
* Add bold off SGRQuentin Rameau2017-06-03
* Fix commented out codeAlexander Krotov2017-03-29
* Support xterm Ms feature to set clipboardosandov@osandov.com2017-03-19
* Split X-specific code into x.cMichael Forney2017-01-20
* Move column and row default numbers into config.hfpqc2016-12-16
* Revert "Initial font size issue."Roberto E. Vargas Caballero2016-11-24
* Fixed 'missing glyph doesn't use fontconfig config substitutions' bugSpencer Phippen2016-11-24
* Initial font size issue.ian@remmler.org2016-11-14
* Make strdump(), csidump(), print to stderrpl@ninthfloor.org2016-11-14
* Do not use color when font attributes are supportedQuentin Rameau2016-10-23
* Add support for iso14755Quentin Rameau2016-10-18
* Add parsing of DCS q sequencesRoberto E. Vargas Caballero2016-09-14
* Add support for enabling/disabling utfRoberto E. Vargas Caballero2016-09-13
* Use XftFontMatch in place of FcFontMatch.Christoph Lohmann2016-06-03
* delete clipboard properties after pasting themv4hn2016-06-03
* Remove stupid assignation in memcpy()Roberto E. Vargas Caballero2016-04-15
* st: Fix off-by-one error when calculating character width.Tor Andersson2016-03-09
* Fix vertical character alignment in some casesTon van den Heuvel2016-03-08
* Measure the single advance width with a heuristic methodRyusei Yamaguchi2016-03-08
* xtermclear() is now done by xdrawglyphfontspecs()Christoph Lohmann2016-03-07
* Fix forgotten bracket and duplicate option in usage()Quentin Rameau2016-02-01
* Extract ttyresize() out of cresize()Quentin Rameau2016-01-30
* Ok, no need for a separate version function.Christoph Lohmann2016-01-30
* Add -n option for setting WM_CLASS instance nameQuentin Rameau2016-01-30
* Reformat usage and separate version from itQuentin Rameau2016-01-30
* Enforce a terminal size to reduce race conditions in too efficient apps.Christoph Lohmann2016-01-28
* Height is height.Christoph Lohmann2016-01-14
* Bump year.Christoph Lohmann2016-01-01
* Fixing the XClassHint setting in st.Christoph Lohmann2015-12-20