aboutsummaryrefslogtreecommitdiffstats
path: root/st.c
AgeCommit message (Expand)Author
2015-04-23Merge remote-tracking branch 'origin/master'Roberto E. Vargas Caballero
2015-04-23Fix segmentation fault in strhandle()Roberto E. Vargas Caballero
2015-04-23Uses a &[] pointer loop instead of + pointer loopRoberto E. Vargas Caballero
2015-04-23Do not set terminal title based on stty arguments.noname@inventati.org
2015-04-21Move common code to xloadcolornoname@inventati.org
2015-04-21Use LEN(dc.col) instead of LEN(colorname).noname@inventati.org
2015-04-21Remove WIN_REDRAW flag.noname@inventati.org
2015-04-20Place memset arguments in the correct order.noname@inventati.org
2015-04-20Remove explicit 'return' from 'void' functions.noname@inventati.org
2015-04-20Increment accuaracy in drawtime calculationnoname@inventati.org
2015-04-20Monotonic clock cannot jump backwards.noname@inventati.org
2015-04-20Place tlinelen type on separate line.noname@inventati.org
2015-04-15Add tty line supportRoberto E. Vargas Caballero
2015-04-15Fix memmove() invocation with src/dst being NULLsin
2015-04-14Use as command arguments the remaining parametersnoname@inventati.org
2015-04-14Merge branch 'master' of ssh://suckless.org/gitrepos/stRoberto E. Vargas Caballero
2015-04-13Implement most ICCCM rules for selection handling.Markus Wichmann
2015-04-13Merge branch 'master' of ssh://suckless.org/gitrepos/stRoberto E. Vargas Caballero
2015-04-13Do not use tmoveto in tputtab.noname@inventati.org
2015-04-13tresize: remove unnecessary ifnoname@inventati.org
2015-04-13Remove 'titles' variable.noname@inventati.org
2015-04-13Remove useless if in tstrsequence.noname@inventati.org
2015-04-13Simplify tmoveto.noname@inventati.org
2015-04-13Fix typo.noname@inventati.org
2015-04-13Remove 'slide' variable in tresize.noname@inventati.org
2015-04-13Move tresize comments around.noname@inventati.org
2015-04-13tresize: move for loop outside ifnoname@inventati.org
2015-04-13Simplify loop condition.noname@inventati.org
2015-04-13Remove unnecessary XFilterEvent call.noname@inventati.org
2015-04-13Use do..while in window mapping loop.noname@inventati.org
2015-04-10Make DECSCUSR thickness configurableOmar Sandoval
2015-04-10Use MAX macro where possible.noname
2015-04-10Remove 'xloadfontset' function.noname
2015-04-10Remove keywords from function definitions.noname
2015-04-10Remove variable names from function declarations.noname
2015-04-06Remove redundant control checkRoberto E. Vargas Caballero
2015-04-06Fixed STR sequence termination conditionnoname
2015-03-20Remove strsep() callRoberto E. Vargas Caballero
2015-03-19Merge remote-tracking branch 'origin/master'Roberto E. Vargas Caballero
2015-03-19Support the DECSCUSR CSI escape sequenceLemonBoy
2015-03-16Handle pasting of empty selection.Alex Pilon
2015-03-15Support XA_STRING in notify requestRoberto E. Vargas Caballero
2015-03-14Add Mod + Shift + c/v and no selclear.Christoph Lohmann
2015-03-10St now does only set PRIMARY on selection.Christoph Lohmann
2015-03-10Fixing the C reading test.Christoph Lohmann
2015-03-09Add a hack to handle unknown chars in fontconfig.Christoph Lohmann
2015-02-22Let curses do the dirty work for flashIvan Delalande
2015-02-15Update year in usage()Nils Reuße
2015-02-15Fix crash on font resize resizeNils Reuße
2015-02-05Correct shift amount on MODE_INSERT in tputc()Rian Hunter