summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Set default values of stty according to the man pageRoberto E. Vargas Caballero2015-09-081-1/+1
* Making st.1 more descriptive about -l and fix -l in st.c.Christoph Lohmann2015-09-072-4/+19
* Fix the st manpage for -l line.Christoph Lohmann2015-09-071-4/+2
* Reordering and adding control codes.Christoph Lohmann2015-08-311-2/+21
* Merge branch 'master' of ssh://suckless.org/gitrepos/stChristoph Lohmann2015-08-301-2/+2
|\
| * Do not mark as invalid UTF8 control codesRoberto E. Vargas Caballero2015-08-181-2/+2
* | Don't read if we chunked the input data.Christoph Lohmann2015-08-301-1/+2
|/
* st.info: replace the acsc entry from xterm to urxvtQuentin Rameau2015-08-121-1/+1
* Adding mouse colour/shape settingsAlex Kozadaev2015-07-282-4/+24
* Adding -T to the usage too.Christoph Lohmann2015-07-241-2/+4
* Add -T, as recommended by Dmitrij D. CzarkoffChristoph Lohmann2015-07-242-0/+8
* Fix type for write(2) return variable.Quentin Rameau2015-07-241-1/+2
* added note about the low precedence of shell to config.def.hMytchel Hammond2015-07-241-0/+9
* Fix style in execshRoberto E. Vargas Caballero2015-07-241-2/+1
* Make the comment for the IM XFilter more understandable.Christoph Lohmann2015-07-101-3/+3
* Return style unification.Christoph Lohmann2015-07-101-0/+10
* Aligning the macros.Christoph Lohmann2015-07-101-20/+22
* Unix end of file.Christoph Lohmann2015-07-101-0/+1
* No inline declarations please.Christoph Lohmann2015-07-101-2/+2
* Typo and the missing incr atom from the patches.Christoph Lohmann2015-07-101-1/+3
* Implement chunked write to the cmdfd.Christoph Lohmann2015-07-101-2/+51
* Implement INCR transfers in the clipboard.Christoph Lohmann2015-07-101-6/+68
* Update LICENSEFRIGN2015-07-101-1/+1
* Don't treat clauses like functionsFRIGN2015-07-101-382/+382
* Use BSD-style function notationFRIGN2015-07-101-129/+256
* Unboolify stFRIGN2015-07-092-30/+28
* Remove insane *_FILENO and EXIT_* usageFRIGN2015-07-091-14/+12
* Commit to push the 0.6 release.Christoph Lohmann2015-07-071-1/+1
* Revert "Remove unnecessary XFilterEvent call."Weng Xuetian2015-07-021-0/+7
* do not truncate font size when zoomingQuentin Rameau2015-06-192-11/+10
* Revert "Optimize memory footprint of line buffers"Roberto E. Vargas Caballero2015-06-031-2/+2
* Support UTF-8 characters as word delimitersJan Christoph Ebersbach2015-05-251-1/+17
* Merge branch 'master' of ssh://suckless.org/gitrepos/stRoberto E. Vargas Caballero2015-05-151-1/+1
|\
| * Fix the new -e handling. An empty cmd has to work for backwards compatibility.Christoph Lohmann2015-05-101-1/+1
* | set selection to IDLE on clearv4hn2015-05-151-0/+1
* | Small bugfix for makeglyphfontspecs call in drawregionsuigin2015-05-121-1/+1
|/
* Clean up xdraws and optimize glyph drawing with non-unit kerning valuessuigin2015-05-071-196/+187
* Changed type for UTF-32 codepoints from long to uint_least32_tsuigin2015-05-061-25/+27
* Fix empty selection highlighting bug.noname2015-05-041-7/+5
* Fix indentation.noname2015-05-041-4/+4
* Add enumeration for sel.modenoname2015-05-041-9/+14
* selnormalize: make special case explicitnoname2015-05-041-4/+4
* selsnap: simplify SNAP_LINE casenoname2015-05-041-3/+3
* Remove first argument of selsnap.noname2015-05-041-5/+5
* Fix sigchldJochen Sprickerhof2015-05-041-1/+5
* len assignment is never usedmvdan@mvdan.cc2015-04-271-1/+0
* Clarify calculation precedence for '&' and '?'mvdan@mvdan.cc2015-04-271-3/+3
* Use %u for uintmvdan@mvdan.cc2015-04-271-1/+1
* Optimize memory footprint of line bufferssuigin2015-04-271-2/+2
* Make tputc, tsetchar and techo accept unicodenoname@inventati.org2015-04-271-62/+45