summaryrefslogtreecommitdiff
path: root/st.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Change internal character representation.noname@inventati.org2015-04-271-38/+35
* Remove last parameter of utf8encodenoname@inventati.org2015-04-271-5/+5
* Use utf8len instead of utf8decode.noname@inventati.org2015-04-271-2/+1
* Make build shut up about system() without return value check.alp@alexpilon.ca2015-04-271-1/+2
* Merge remote-tracking branch 'origin/master'Roberto E. Vargas Caballero2015-04-231-54/+30
|\
| * Move common code to xloadcolornoname@inventati.org2015-04-211-53/+29
| * Use LEN(dc.col) instead of LEN(colorname).noname@inventati.org2015-04-211-2/+2
* | Fix segmentation fault in strhandle()Roberto E. Vargas Caballero2015-04-231-2/+1
* | Uses a &[] pointer loop instead of + pointer loopRoberto E. Vargas Caballero2015-04-231-1/+1
* | Do not set terminal title based on stty arguments.noname@inventati.org2015-04-231-1/+1
|/
* Remove WIN_REDRAW flag.noname@inventati.org2015-04-211-14/+2
* Place memset arguments in the correct order.noname@inventati.org2015-04-201-1/+1
* Remove explicit 'return' from 'void' functions.noname@inventati.org2015-04-201-2/+0
* Increment accuaracy in drawtime calculationnoname@inventati.org2015-04-201-1/+1
* Monotonic clock cannot jump backwards.noname@inventati.org2015-04-201-2/+1
* Place tlinelen type on separate line.noname@inventati.org2015-04-201-1/+2
* Add tty line supportRoberto E. Vargas Caballero2015-04-151-12/+54
* Fix memmove() invocation with src/dst being NULLsin2015-04-151-2/+5
* Use as command arguments the remaining parametersnoname@inventati.org2015-04-141-7/+10
* Merge branch 'master' of ssh://suckless.org/gitrepos/stRoberto E. Vargas Caballero2015-04-141-9/+14
|\
| * Implement most ICCCM rules for selection handling.Markus Wichmann2015-04-131-8/+13
| * Merge branch 'master' of ssh://suckless.org/gitrepos/stRoberto E. Vargas Caballero2015-04-131-27/+21
| |\
| * | Do not use tmoveto in tputtab.noname@inventati.org2015-04-131-1/+1
* | | tresize: remove unnecessary ifnoname@inventati.org2015-04-131-4/+2
* | | Remove 'titles' variable.noname@inventati.org2015-04-131-5/+2
* | | Remove useless if in tstrsequence.noname@inventati.org2015-04-131-15/+13
* | | Simplify tmoveto.noname@inventati.org2015-04-131-4/+2
* | | Fix typo.noname@inventati.org2015-04-131-1/+1
* | | Remove 'slide' variable in tresize.noname@inventati.org2015-04-131-5/+4
* | | Move tresize comments around.noname@inventati.org2015-04-131-6/+5
* | | tresize: move for loop outside ifnoname@inventati.org2015-04-131-5/+4
* | | Simplify loop condition.noname@inventati.org2015-04-131-1/+1