aboutsummaryrefslogtreecommitdiffhomepage
path: root/st.c
Commit message (Expand)AuthorAge
* Make build shut up about system() without return value check.Gravatar alp@alexpilon.ca2015-04-27
* Merge remote-tracking branch 'origin/master'Gravatar Roberto E. Vargas Caballero2015-04-23
|\
* | Fix segmentation fault in strhandle()Gravatar Roberto E. Vargas Caballero2015-04-23
* | Uses a &[] pointer loop instead of + pointer loopGravatar Roberto E. Vargas Caballero2015-04-23
* | Do not set terminal title based on stty arguments.Gravatar noname@inventati.org2015-04-23
| * Move common code to xloadcolorGravatar noname@inventati.org2015-04-21
| * Use LEN(dc.col) instead of LEN(colorname).Gravatar noname@inventati.org2015-04-21
|/
* Remove WIN_REDRAW flag.Gravatar noname@inventati.org2015-04-21
* Place memset arguments in the correct order.Gravatar noname@inventati.org2015-04-20
* Remove explicit 'return' from 'void' functions.Gravatar noname@inventati.org2015-04-20
* Increment accuaracy in drawtime calculationGravatar noname@inventati.org2015-04-20
* Monotonic clock cannot jump backwards.Gravatar noname@inventati.org2015-04-20
* Place tlinelen type on separate line.Gravatar noname@inventati.org2015-04-20
* Add tty line supportGravatar Roberto E. Vargas Caballero2015-04-15
* Fix memmove() invocation with src/dst being NULLGravatar sin2015-04-15
* Use as command arguments the remaining parametersGravatar noname@inventati.org2015-04-14
* Merge branch 'master' of ssh://suckless.org/gitrepos/stGravatar Roberto E. Vargas Caballero2015-04-14
|\
| * Implement most ICCCM rules for selection handling.Gravatar Markus Wichmann2015-04-13
| * Merge branch 'master' of ssh://suckless.org/gitrepos/stGravatar Roberto E. Vargas Caballero2015-04-13
| |\
| * | Do not use tmoveto in tputtab.Gravatar noname@inventati.org2015-04-13
* | | tresize: remove unnecessary ifGravatar noname@inventati.org2015-04-13
* | | Remove 'titles' variable.Gravatar noname@inventati.org2015-04-13
* | | Remove useless if in tstrsequence.Gravatar noname@inventati.org2015-04-13
* | | Simplify tmoveto.Gravatar noname@inventati.org2015-04-13
* | | Fix typo.Gravatar noname@inventati.org2015-04-13
* | | Remove 'slide' variable in tresize.Gravatar noname@inventati.org2015-04-13
* | | Move tresize comments around.Gravatar noname@inventati.org2015-04-13
* | | tresize: move for loop outside ifGravatar noname@inventati.org2015-04-13
* | | Simplify loop condition.Gravatar noname@inventati.org2015-04-13
* | | Remove unnecessary XFilterEvent call.Gravatar noname@inventati.org2015-04-13
* | | Use do..while in window mapping loop.Gravatar noname@inventati.org2015-04-13
| |/ |/|
* | Make DECSCUSR thickness configurableGravatar Omar Sandoval2015-04-10
* | Use MAX macro where possible.Gravatar noname2015-04-10
* | Remove 'xloadfontset' function.Gravatar noname2015-04-10
* | Remove keywords from function definitions.Gravatar noname2015-04-10
* | Remove variable names from function declarations.Gravatar noname2015-04-10
|/
* Remove redundant control checkGravatar Roberto E. Vargas Caballero2015-04-06
* Fixed STR sequence termination conditionGravatar noname2015-04-06
* Remove strsep() callGravatar Roberto E. Vargas Caballero2015-03-20
* Merge remote-tracking branch 'origin/master'Gravatar Roberto E. Vargas Caballero2015-03-19
|\
* | Support the DECSCUSR CSI escape sequenceGravatar LemonBoy2015-03-19
| * Handle pasting of empty selection.Gravatar Alex Pilon2015-03-16
|/
* Support XA_STRING in notify requestGravatar Roberto E. Vargas Caballero2015-03-15
* Add Mod + Shift + c/v and no selclear.Gravatar Christoph Lohmann2015-03-14
* St now does only set PRIMARY on selection.Gravatar Christoph Lohmann2015-03-10
* Fixing the C reading test.Gravatar Christoph Lohmann2015-03-10
* Add a hack to handle unknown chars in fontconfig.Gravatar Christoph Lohmann2015-03-09
* Let curses do the dirty work for flashGravatar Ivan Delalande2015-02-22
* Update year in usage()Gravatar Nils Reuße2015-02-15
* Fix crash on font resize resizeGravatar Nils Reuße2015-02-15