aboutsummaryrefslogtreecommitdiff
path: root/st.c
Commit message (Expand)AuthorAge
* The definition of the reverse cursor is now up to the user.Christoph Lohmann2015-10-05
* Fixing the cursor movement in selections.Christoph Lohmann2015-10-05
* When the cursor is moved, clear the selection.Christoph Lohmann2015-10-05
* Reverse the cursor on selection.Christoph Lohmann2015-10-05
* More style changes. We forgot some switches.Christoph Lohmann2015-10-05
* Small style change.Christoph Lohmann2015-10-05
* Fix extra bracketed paste markers when pasting >8kbdequis2015-09-25
* dup() -> dup2()FRIGN2015-09-22
* Fix copy of line with len = 0Roberto E. Vargas Caballero2015-09-10
* Expose cursor shape in config.def.hJan Christoph Ebersbach2015-09-08
* Add key to send a break to the serial lineRoberto E. Vargas Caballero2015-09-08
* Making st.1 more descriptive about -l and fix -l in st.c.Christoph Lohmann2015-09-07
* Reordering and adding control codes.Christoph Lohmann2015-08-31
* Merge branch 'master' of ssh://suckless.org/gitrepos/stChristoph Lohmann2015-08-30
|\
| * Do not mark as invalid UTF8 control codesRoberto E. Vargas Caballero2015-08-18
* | Don't read if we chunked the input data.Christoph Lohmann2015-08-30
|/
* Adding mouse colour/shape settingsAlex Kozadaev2015-07-28
* Adding -T to the usage too.Christoph Lohmann2015-07-24
* Add -T, as recommended by Dmitrij D. CzarkoffChristoph Lohmann2015-07-24
* Fix type for write(2) return variable.Quentin Rameau2015-07-24
* Fix style in execshRoberto E. Vargas Caballero2015-07-24
* Make the comment for the IM XFilter more understandable.Christoph Lohmann2015-07-10
* Return style unification.Christoph Lohmann2015-07-10
* Aligning the macros.Christoph Lohmann2015-07-10
* Unix end of file.Christoph Lohmann2015-07-10
* No inline declarations please.Christoph Lohmann2015-07-10
* Typo and the missing incr atom from the patches.Christoph Lohmann2015-07-10
* Implement chunked write to the cmdfd.Christoph Lohmann2015-07-10
* Implement INCR transfers in the clipboard.Christoph Lohmann2015-07-10
* Don't treat clauses like functionsFRIGN2015-07-10
* Use BSD-style function notationFRIGN2015-07-10
* Unboolify stFRIGN2015-07-09
* Remove insane *_FILENO and EXIT_* usageFRIGN2015-07-09
* Revert "Remove unnecessary XFilterEvent call."Weng Xuetian2015-07-02
* do not truncate font size when zoomingQuentin Rameau2015-06-19
* Revert "Optimize memory footprint of line buffers"Roberto E. Vargas Caballero2015-06-03
* Support UTF-8 characters as word delimitersJan Christoph Ebersbach2015-05-25
* Merge branch 'master' of ssh://suckless.org/gitrepos/stRoberto E. Vargas Caballero2015-05-15
|\
| * Fix the new -e handling. An empty cmd has to work for backwards compatibility.Christoph Lohmann2015-05-10
* | set selection to IDLE on clearv4hn2015-05-15
* | Small bugfix for makeglyphfontspecs call in drawregionsuigin2015-05-12
|/
* Clean up xdraws and optimize glyph drawing with non-unit kerning valuessuigin2015-05-07
* Changed type for UTF-32 codepoints from long to uint_least32_tsuigin2015-05-06
* Fix empty selection highlighting bug.noname2015-05-04
* Fix indentation.noname2015-05-04
* Add enumeration for sel.modenoname2015-05-04
* selnormalize: make special case explicitnoname2015-05-04
* selsnap: simplify SNAP_LINE casenoname2015-05-04
* Remove first argument of selsnap.noname2015-05-04
* Fix sigchldJochen Sprickerhof2015-05-04