aboutsummaryrefslogtreecommitdiffstats
path: root/st.c
AgeCommit message (Expand)Author
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
2015-02-05Fix crash due to wide charactersRian Hunter
2014-12-23Fix crash due to invalid timespec given to pselectIvan Delalande
2014-11-19Trim trailing whitespaces in every selection caseIvan Delalande
2014-11-19Call _exit() instead of exit() if exec*() failssin
2014-11-11Check for presence of SHELL environment variableEric Pruitt
2014-11-03Replace character with U+FFFD if wcwidth() is -1czarkoff@gmail.com
2014-10-21Avoid failing when embedding with a Window id of 0Quentin Rameau
2014-10-15Do not set SHELL to utmp everRoberto E. Vargas Caballero
2014-10-13patch for bell in stCustaiCo
2014-10-08Add LS2 and LS3Roberto E. Vargas Caballero
2014-10-08Fix SI and SORoberto E. Vargas Caballero
2014-09-29Minor style changes for the last patch.Christoph Lohmann
2014-09-29Implementing xzoomreset.Christoph Lohmann
2014-09-23Add missed names of charset sequencesRoberto E. Vargas Caballero
2014-09-23Add support for utmp in stRoberto E. Vargas Caballero
2014-09-09Remove indentation level in xdrawcursorRoberto E. Vargas Caballero
2014-08-23Removing wrapping newlines from selectionBen Hendrickson
2014-08-21Change the behavior of word snapping on delimitersIvan Delalande
2014-08-21Move calls to selsnap into selnormalizeIvan Delalande
2014-08-20Improve readability of enum membersAlexander Huemer
2014-08-20Add eschandle()Roberto E. Vargas Caballero
2014-08-20Improve execsh() and don't allow anonymous shellsRoberto E. Vargas Caballero
2014-08-19Fix definition of CONTROLC0Roberto E. Vargas Caballero
2014-08-19reset the alt screen in tresetQuentin Carbonneaux
2014-08-19simplify loop in tresizeQuentin Carbonneaux
2014-08-17Fix man page and usage()Roberto E. Vargas Caballero
2014-08-15Convert VT102ID to a config variableRoberto E. Vargas Caballero
2014-08-15Fix portability problem in techo()Roberto E. Vargas Caballero
2014-08-10Don't set dirty all lines because tswapcreen do itnoname
2014-08-10tresize return value is not usednoname
2014-08-07Unset mode when clearing regionsRoberto E. Vargas Caballero
2014-08-04Add error message when child exits whit errorRoberto E. Vargas Caballero
2014-07-31Remove difference between fast and slow blinkingRoberto E. Vargas Caballero
2014-07-26Fix disabling of bold and fastblinkMichael Forney
2014-07-19Fix st with input method.Weng Xuetian
2014-07-15Changed inconsistent indentEric Pruitt
2014-07-08Add 8 bit version of DCS, APC, PM, OSCRoberto E. Vargas Caballero
2014-07-08Add 8 bit version of HTSRoberto E. Vargas Caballero
2014-07-08Add 8 bit version of NELRoberto E. Vargas Caballero
2014-07-08Add 8 bit version of DECIDRoberto E. Vargas Caballero
2014-07-08Render faint attributeAnders Eurenius
2014-07-08Remove all strcmp and strlen calls on Glyph.c[]Ivan Delalande
2014-06-27Render struck-out attributeAnders Eurenius
2014-06-27Render invisible attributeAnders Eurenius
2014-06-27Reorder and extend glyph attributesAnders Eurenius
2014-06-26Remove CEIL macroRoberto E. Vargas Caballero