summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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-153-13/+91
* 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-132-27/+26
| |\
| * | Do not use tmoveto in tputtab.noname@inventati.org2015-04-131-1/+1
* | | tresize: remove unnecessary ifnoname@inventati.org2015-04-131-4/+2
* | | Remove old TODO entry.noname@inventati.org2015-04-131-1/+0
* | | 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
* | | Remove unnecessary XFilterEvent call.noname@inventati.org2015-04-131-2/+0
* | | Use do..while in window mapping loop.noname@inventati.org2015-04-131-4/+2
| |/ |/|
* | Make DECSCUSR thickness configurableOmar Sandoval2015-04-102-5/+10
* | Use MAX macro where possible.noname2015-04-101-1/+1
* | Remove 'xloadfontset' function.noname2015-04-101-11/+2
* | Remove keywords from function definitions.noname2015-04-101-8/+11
* | Remove variable names from function declarations.noname2015-04-101-2/+2
|/
* Remove redundant control checkRoberto E. Vargas Caballero2015-04-061-1/+0
* Fixed STR sequence termination conditionnoname2015-04-061-1/+1
* Remove strsep() callRoberto E. Vargas Caballero2015-03-202-3/+14
* Merge remote-tracking branch 'origin/master'Roberto E. Vargas Caballero2015-03-192-1/+3
|\
| * arg.h wasn't used for dist.Christoph Lohmann2015-03-161-1/+1
| * Handle pasting of empty selection.Alex Pilon2015-03-161-0/+2
* | Support the DECSCUSR CSI escape sequenceLemonBoy2015-03-191-13/+49
|/
* Support XA_STRING in notify requestRoberto E. Vargas Caballero2015-03-151-1/+5
* TODO: Fix fontconfigChristoph Lohmann2015-03-141-0/+1
* Add the new selection shortcuts to the manpage.Christoph Lohmann2015-03-141-11/+20
* Glibc wants me to use _DEFAULT_SOURCe. I do obey.Christoph Lohmann2015-03-141-1/+1
* Add Mod + Shift + c/v and no selclear.Christoph Lohmann2015-03-142-15/+56
* Allow combinations with BackspaceRoberto E. Vargas Caballero2015-03-131-1/+1
* FAQ: fix wordingAlexander Huemer2015-03-111-1/+1
* Backspace value shouldn't depend on keypad stateIvan Delalande2015-03-111-1/+1
* Merge branch 'master' of ssh://suckless.org/gitrepos/stChristoph Lohmann2015-03-101-1/+1
|\