aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-03-14Add the new selection shortcuts to the manpage.Christoph Lohmann1-11/+20
2015-03-14Glibc wants me to use _DEFAULT_SOURCe. I do obey.Christoph Lohmann1-1/+1
2015-03-14Add Mod + Shift + c/v and no selclear.Christoph Lohmann2-15/+56
2015-03-13Allow combinations with BackspaceRoberto E. Vargas Caballero1-1/+1
2015-03-11FAQ: fix wordingAlexander Huemer1-1/+1
2015-03-11Backspace value shouldn't depend on keypad stateIvan Delalande1-1/+1
2015-03-10Merge branch 'master' of ssh://suckless.org/gitrepos/stChristoph Lohmann1-1/+1
2015-03-10St now does only set PRIMARY on selection.Christoph Lohmann1-7/+0
2015-03-10FAQ: fix wordingAlexander Huemer1-1/+1
2015-03-10Fixing the C reading test.Christoph Lohmann1-2/+1
2015-03-10Change the FAQ for the new Backspace behaviour.Christoph Lohmann1-7/+9
2015-03-10Finally resolving the backspace problem.Christoph Lohmann2-4/+5
2015-03-09Add a hack to handle unknown chars in fontconfig.Christoph Lohmann1-5/+14
2015-03-07Update kdch1 definition to three octal digits.Johannes Postma1-1/+1
2015-02-28Small improvements to the FAQRoberto E. Vargas Caballero1-4/+12
2015-02-23document keys in man pageGreg Reagle1-0/+25
2015-02-22Let curses do the dirty work for flashIvan Delalande2-16/+8
2015-02-22Comment default CC assignmentRoberto E. Vargas Caballero1-1/+1
2015-02-22Update dates in LICENSERoberto E. Vargas Caballero1-2/+2
2015-02-15Update year in usage()Nils Reuße1-1/+1
2015-02-15Fix crash on font resize resizeNils Reuße1-1/+1
2015-02-05Correct shift amount on MODE_INSERT in tputc()Rian Hunter1-2/+2
2015-02-05Fix crash due to wide charactersRian Hunter1-1/+4
2014-12-23Fix crash due to invalid timespec given to pselectIvan Delalande1-0/+3
2014-11-19Trim trailing whitespaces in every selection caseIvan Delalande1-0/+2
2014-11-19Call _exit() instead of exit() if exec*() failssin1-1/+1
2014-11-11Check for presence of SHELL environment variableEric Pruitt1-1/+4
2014-11-03Replace character with U+FFFD if wcwidth() is -1czarkoff@gmail.com1-1/+4
2014-10-21Avoid failing when embedding with a Window id of 0Quentin Rameau1-2/+2
2014-10-21Reverting smacs and rmacs to the xterm defaults.Christoph Lohmann1-2/+2
2014-10-15Do not set SHELL to utmp everRoberto E. Vargas Caballero1-9/+11
2014-10-13patch for bell in stCustaiCo1-1/+2
2014-10-08Use G1 for alternate charsetRoberto E. Vargas Caballero1-2/+2
2014-10-08Add LS2 and LS3Roberto E. Vargas Caballero1-0/+4
2014-10-08Fix SI and SORoberto E. Vargas Caballero1-5/+3
2014-09-29Removing an extra space.Christoph Lohmann1-1/+1
2014-09-29Minor style changes for the last patch.Christoph Lohmann1-1/+2
2014-09-29Implementing xzoomreset.Christoph Lohmann2-1/+25
2014-09-23Add missed names of charset sequencesRoberto E. Vargas Caballero1-4/+4
2014-09-23Add support for utmp in stRoberto E. Vargas Caballero2-6/+12
2014-09-09Remove indentation level in xdrawcursorRoberto E. Vargas Caballero1-31/+32
2014-08-23Removing wrapping newlines from selectionBen Hendrickson1-2/+5
2014-08-21Change the behavior of word snapping on delimitersIvan Delalande1-2/+9
2014-08-21Move calls to selsnap into selnormalizeIvan Delalande1-11/+3
2014-08-20Improve readability of enum membersAlexander Huemer1-32/+32
2014-08-20Add eschandle()Roberto E. Vargas Caballero1-78/+91
2014-08-20Improve execsh() and don't allow anonymous shellsRoberto E. Vargas Caballero1-13/+17
2014-08-19Fix definition of CONTROLC0Roberto E. Vargas Caballero1-1/+1
2014-08-19Make useful DEL in application modeRoberto E. Vargas Caballero2-3/+5
2014-08-19reset the alt screen in tresetQuentin Carbonneaux1-3/+6