aboutsummaryrefslogtreecommitdiff
path: root/st.c
Commit message (Expand)AuthorAge
* selextend: clarify: !sel.mode == SEL_IDLEHiltjo Posthuma2018-03-17
* minor code-style: whitespace fixesHiltjo Posthuma2018-03-16
* regression: include termios.h for tcsendbreak etcHiltjo Posthuma2018-03-09
* General cleanupDevin J. Pohly2018-02-25
* Clean up #includesDevin J. Pohly2018-02-25
* Reduce visibility wherever possibleDevin J. Pohly2018-02-25
* Limit usage of extern to config.h globalsDevin J. Pohly2018-02-25
* Remove x.c dependency on termDevin J. Pohly2018-02-25
* Pull term references out of xdrawcursorDevin J. Pohly2018-02-25
* Move win-agnostic parts of draw/drawregion to st.cDevin J. Pohly2018-02-25
* Split mode bits between Term and TermWindowDevin J. Pohly2018-02-25
* Move CRLF input processing into ttywriteDevin J. Pohly2018-02-25
* Move terminal echo logic into st.cDevin J. Pohly2018-02-25
* 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