summaryrefslogtreecommitdiff
path: root/st.c
Commit message (Expand)AuthorAgeFilesLines
...
* Merge remote-tracking branch 'origin/master'Roberto E. Vargas Caballero2015-03-191-0/+2
|\
| * 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
* Add Mod + Shift + c/v and no selclear.Christoph Lohmann2015-03-141-15/+54
* St now does only set PRIMARY on selection.Christoph Lohmann2015-03-101-7/+0
* Fixing the C reading test.Christoph Lohmann2015-03-101-2/+1
* Add a hack to handle unknown chars in fontconfig.Christoph Lohmann2015-03-091-5/+14
* Let curses do the dirty work for flashIvan Delalande2015-02-221-15/+6
* Update year in usage()Nils Reuße2015-02-151-1/+1
* Fix crash on font resize resizeNils Reuße2015-02-151-1/+1
* Correct shift amount on MODE_INSERT in tputc()Rian Hunter2015-02-051-2/+2
* Fix crash due to wide charactersRian Hunter2015-02-051-1/+4
* Fix crash due to invalid timespec given to pselectIvan Delalande2014-12-231-0/+3
* Trim trailing whitespaces in every selection caseIvan Delalande2014-11-191-0/+2
* Call _exit() instead of exit() if exec*() failssin2014-11-191-1/+1
* Check for presence of SHELL environment variableEric Pruitt2014-11-111-1/+4
* Replace character with U+FFFD if wcwidth() is -1czarkoff@gmail.com2014-11-031-1/+4
* Avoid failing when embedding with a Window id of 0Quentin Rameau2014-10-211-2/+2
* Do not set SHELL to utmp everRoberto E. Vargas Caballero2014-10-151-9/+11
* patch for bell in stCustaiCo2014-10-131-1/+2
* Add LS2 and LS3Roberto E. Vargas Caballero2014-10-081-0/+4
* Fix SI and SORoberto E. Vargas Caballero2014-10-081-5/+3
* Minor style changes for the last patch.Christoph Lohmann2014-09-291-1/+2
* Implementing xzoomreset.Christoph Lohmann2014-09-291-1/+24
* Add missed names of charset sequencesRoberto E. Vargas Caballero2014-09-231-4/+4
* Add support for utmp in stRoberto E. Vargas Caballero2014-09-231-6/+11
* Remove indentation level in xdrawcursorRoberto E. Vargas Caballero2014-09-091-31/+32
* Removing wrapping newlines from selectionBen Hendrickson2014-08-231-2/+5
* Change the behavior of word snapping on delimitersIvan Delalande2014-08-211-2/+9
* Move calls to selsnap into selnormalizeIvan Delalande2014-08-211-11/+3
* Improve readability of enum membersAlexander Huemer2014-08-201-32/+32
* Add eschandle()Roberto E. Vargas Caballero2014-08-201-78/+91
* Improve execsh() and don't allow anonymous shellsRoberto E. Vargas Caballero2014-08-201-13/+17
* Fix definition of CONTROLC0Roberto E. Vargas Caballero2014-08-191-1/+1
* reset the alt screen in tresetQuentin Carbonneaux2014-08-191-3/+6
* simplify loop in tresizeQuentin Carbonneaux2014-08-191-4/+2
* Fix man page and usage()Roberto E. Vargas Caballero2014-08-171-2/+2
* Convert VT102ID to a config variableRoberto E. Vargas Caballero2014-08-151-5/+3
* Fix portability problem in techo()Roberto E. Vargas Caballero2014-08-151-2/+2
* Don't set dirty all lines because tswapcreen do itnoname2014-08-101-3/+1
* tresize return value is not usednoname2014-08-101-6/+7
* Unset mode when clearing regionsRoberto E. Vargas Caballero2014-08-071-2/+6
* Add error message when child exits whit errorRoberto E. Vargas Caballero2014-08-041-6/+5
* Remove difference between fast and slow blinkingRoberto E. Vargas Caballero2014-07-311-12/+9
* Fix disabling of bold and fastblinkMichael Forney2014-07-261-8/+2
* Fix st with input method.Weng Xuetian2014-07-191-0/+2
* Changed inconsistent indentEric Pruitt2014-07-151-1/+1
* Add 8 bit version of DCS, APC, PM, OSCRoberto E. Vargas Caballero2014-07-081-7/+32
* Add 8 bit version of HTSRoberto E. Vargas Caballero2014-07-081-1/+3