aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* minor code-style, initialize var at the top of functionHiltjo Posthuma2019-03-151-3/+1
* config.def.h: tweak extra worddelimitersHiltjo Posthuma2019-03-151-1/+1
* use iswspace()/iswpunct() to find word delimitersLauri Tirkkonen2019-03-153-5/+7
* replace utf8strchr with wcschrLauri Tirkkonen2019-03-153-22/+4
* be silent about explicitly unhandled mouse modesLauri Tirkkonen2019-03-131-0/+1
* simplify (greedy) font caching allocating a bitHiltjo Posthuma2019-03-031-7/+2
* style: remove double empty newlinesHiltjo Posthuma2019-03-032-3/+0
* fix use after free in font caching algorithmmagras2019-03-031-6/+9
* better Input Method Editor (IME) supportIvan Tham2019-02-123-17/+54
* bump version to 0.8.2Hiltjo Posthuma2019-02-091-1/+1
* config: add Shift+Insert as selpaste() againHiltjo Posthuma2019-01-101-0/+1
* Let the user specify CPPFLAGSParide Legovini2019-01-101-2/+2
* Set the path of pkg-config in a variable instead of hardcoding itParide Legovini2019-01-041-4/+6
* Makefile: fix dependencies on config.hHiltjo Posthuma2019-01-041-1/+1
* output child WEXITSTATUS/WTERMSIG on abnormal terminationLauri Tirkkonen2018-12-111-2/+4
* fix memory leak in xloadcols()Hiltjo Posthuma2018-11-041-3/+3
* st: small typofix in commentHiltjo Posthuma2018-11-041-1/+1
* small code-style fixHiltjo Posthuma2018-09-111-1/+2
* Remove the ISO 14755 featureQuentin Rameau2018-09-114-32/+0
* Revert "Simplify cursor color handling"Hiltjo Posthuma2018-07-171-12/+18
* Revert "Make cursor follow text color"Hiltjo Posthuma2018-07-172-7/+7
* Revert "Fix crash when cursor color is truecolor"Hiltjo Posthuma2018-07-171-13/+4
* Fix crash when cursor color is truecolorJules Maselbas2018-07-151-4/+13
* Make cursor follow text colorJules Maselbas2018-07-142-7/+7
* Simplify cursor color handlingJules Maselbas2018-07-141-18/+12
* Fix crash on resizeJules Maselbas2018-06-301-4/+8
* config.mk: remove extra newline before EOFHiltjo Posthuma2018-06-021-1/+0
* code-style for pledge(2)Hiltjo Posthuma2018-05-251-4/+4
* Pledge on OpenBSDHiltjo Posthuma2018-05-252-0/+14
* error message style and use strerror in a few placesHiltjo Posthuma2018-03-292-24/+24
* st -v: remove years and copyright textHiltjo Posthuma2018-03-291-1/+1
* set sel.alt in selstart instead of selextendDaniel Tameling2018-03-291-1/+1
* bump version to 0.8.1Hiltjo Posthuma2018-03-201-1/+1
* fix regression by selecting clipboard textHiltjo Posthuma2018-03-201-0/+3
* don't modify argv, use a counterHiltjo Posthuma2018-03-201-10/+12
* selextend: clarify: !sel.mode == SEL_IDLEHiltjo Posthuma2018-03-171-1/+1
* clipcopy: no need to check for free(NULL), set to NULL after freeHiltjo Posthuma2018-03-171-2/+2
* minor code-style: whitespace fixesHiltjo Posthuma2018-03-161-2/+1
* Fix title initializationQuentin Rameau2018-03-161-5/+5
* Fix regression from 69e32a6 when setting title.Quentin Rameau2018-03-161-1/+1
* LICENSE: fix a few yearsHiltjo Posthuma2018-03-141-3/+3
* update LICENSE: major contributorsHiltjo Posthuma2018-03-141-1/+4
* Makefile: add all files to make distHiltjo Posthuma2018-03-141-1/+3
* bump version to 0.8Hiltjo Posthuma2018-03-141-1/+1
* use math.h for ceilfHiltjo Posthuma2018-03-091-1/+1
* xhints: no need to initialize sizehHiltjo Posthuma2018-03-091-1/+1
* regression: include termios.h for tcsendbreak etcHiltjo Posthuma2018-03-091-0/+1
* General cleanupDevin J. Pohly2018-02-252-26/+21
* Clean up #includesDevin J. Pohly2018-02-253-9/+4
* Reduce visibility wherever possibleDevin J. Pohly2018-02-254-44/+43