aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-25Move terminal-related selection logic into st.cDevin J. Pohly3-41/+54
2018-02-25Move X-specific selection info into XSelectionDevin J. Pohly3-21/+19
2018-02-25Have selected() check whether selection existsDevin J. Pohly2-7/+6
2018-02-25Rely on ttyresize to set tty sizeDevin J. Pohly2-6/+3
2018-02-25Remove X and fontconfig from st.cDevin J. Pohly3-10/+5
2018-02-25Remove Time argument from xsetselDevin J. Pohly3-11/+11
2018-02-25Make win variable internal to x.cDevin J. Pohly4-6/+13
2018-02-25Move X-related config.h types into x.cDevin J. Pohly2-23/+24
2018-02-25Remove unneeded array-length variablesDevin J. Pohly1-15/+7
2018-02-25Inline clipboard functionsDevin J. Pohly2-33/+19
2018-02-25Move config.h include from st.c to x.cDevin J. Pohly5-119/+91
2018-02-25Factor out equivalent code from ttyread/ttysendDevin J. Pohly2-62/+41
2018-02-25Move opt_* into same file as main()/run()Devin J. Pohly3-40/+33
2018-02-25Move key-matching functions into x.cDevin J. Pohly4-62/+68
2018-02-25Pass new dimensions into ttyresizeDevin J. Pohly3-7/+7
2018-02-25Move window-manipulating functions into x.cDevin J. Pohly4-46/+45
2018-02-25Move font/fontspec variables into x.c and XWindowDevin J. Pohly3-22/+15
2018-02-25Move window urgency handling entirely into x.cDevin J. Pohly5-9/+10
2018-02-25Move zoom functions into x.cDevin J. Pohly4-40/+39
2018-02-25Move usage() to be with run() in x.cDevin J. Pohly4-19/+18
2018-02-25Call xsetenv() in main process instead of childDevin J. Pohly3-14/+4
2017-12-26Fix color with FAINT attributeBenno Fünfstück1-0/+1
2017-12-26Apply ATTR_REVERSE after ATTR_FAINTBenno Fünfstück1-6/+7
2017-12-21Fix FAQ typoGeorge Ornbo1-1/+1
2017-10-10Fix manpage typoParide Legovini1-1/+1
2017-09-15Add an error for XftFontOpenPattern failure.Gary Allen Vollink1-0/+3
2017-09-15Revert "Revert "fixed STLDFLAG order in broken st Makefile""Hiltjo Posthuma1-1/+1
2017-09-15base64dec: skip non-printable characters like \r\nSuraj N. Kurapati1-5/+12
2017-09-13Revert "fixed STLDFLAG order in broken st Makefile"Hiltjo Posthuma1-1/+1
2017-09-02Revert "make clipboard patch obsolete"Hiltjo Posthuma1-1/+0
2017-09-01make clipboard patch obsoleteAnselm R Garbe1-0/+1
2017-07-23fixed STLDFLAG order in broken st MakefileAnselm R Garbe1-1/+1
2017-07-12Revert "Add bold off SGR"Quentin Rameau1-3/+0
2017-07-12Add dim/smxx/rmxx to terminfo, remove duplicate kich1Quentin Rameau1-2/+5
2017-07-12Let the user specify C and LD FLAGSQuentin Rameau2-6/+6
2017-07-12Do not obfuscate what make is doing.Quentin Rameau2-41/+33
2017-06-03Add color change terminfo capabilitiesMarc André Tanner1-0/+3
2017-06-03Add bold off SGRQuentin Rameau1-0/+3
2017-04-10st.1: modify man page to accurately reflect default keybindingsgreg.reagle@umbc.edu1-10/+7
2017-04-04Simplify how we keep ATTRs under cursorQuentin Rameau1-3/+2
2017-03-29Fix commented out codeAlexander Krotov1-1/+1
2017-03-29keep some glyph modes for the cursorNils Reuße1-0/+3
2017-03-19Support xterm Ms feature to set clipboardosandov@osandov.com4-1/+59
2017-01-25Change default keybindingsRoberto E. Vargas Caballero1-9/+9
2017-01-20Split X-specific code into x.cMichael Forney6-1994/+2168
2016-12-16Move column and row default numbers into config.hfpqc2-2/+7
2016-11-24Revert "Initial font size issue."Roberto E. Vargas Caballero1-3/+0
2016-11-24Fixed 'missing glyph doesn't use fontconfig config substitutions' bugSpencer Phippen1-3/+19
2016-11-14make the various combinations of arrow keys and shift/control/meta workManuel Tobias Schiller1-4/+20
2016-11-14Initial font size issue.ian@remmler.org1-0/+3