aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Limit usage of extern to config.h globalsDevin J. Pohly2018-02-254-27/+29
* Remove x.c dependency on termDevin J. Pohly2018-02-253-39/+39
* Pull term references out of xdrawcursorDevin J. Pohly2018-02-254-42/+40
* Move win-agnostic parts of draw/drawregion to st.cDevin J. Pohly2018-02-254-47/+65
* Split mode bits between Term and TermWindowDevin J. Pohly2018-02-254-83/+88
* Move CRLF input processing into ttywriteDevin J. Pohly2018-02-253-221/+240
* Move terminal echo logic into st.cDevin J. Pohly2018-02-253-25/+19
* Move remaining selection mode logic into selextendDevin J. Pohly2018-02-253-22/+22
* Move terminal-related selection logic into st.cDevin J. Pohly2018-02-253-41/+54
* Move X-specific selection info into XSelectionDevin J. Pohly2018-02-253-21/+19
* Have selected() check whether selection existsDevin J. Pohly2018-02-252-7/+6
* Rely on ttyresize to set tty sizeDevin J. Pohly2018-02-252-6/+3
* Remove X and fontconfig from st.cDevin J. Pohly2018-02-253-10/+5
* Remove Time argument from xsetselDevin J. Pohly2018-02-253-11/+11
* Make win variable internal to x.cDevin J. Pohly2018-02-254-6/+13
* Move X-related config.h types into x.cDevin J. Pohly2018-02-252-23/+24
* Remove unneeded array-length variablesDevin J. Pohly2018-02-251-15/+7
* Inline clipboard functionsDevin J. Pohly2018-02-252-33/+19
* Move config.h include from st.c to x.cDevin J. Pohly2018-02-255-119/+91
* Factor out equivalent code from ttyread/ttysendDevin J. Pohly2018-02-252-62/+41
* Move opt_* into same file as main()/run()Devin J. Pohly2018-02-253-40/+33