aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2016-11-14tic -s -> tic -sx (Treat unknown capabilities as user-defined.)pl@ninthfloor.org3-3/+3
2016-11-14Add tmux capabilities to st.infopl@ninthfloor.org1-1/+4
2016-11-14Make strdump(), csidump(), print to stderrpl@ninthfloor.org1-14/+15
2016-10-23Do not use color when font attributes are supportedQuentin Rameau2-13/+35
2016-10-22st.1: add an entry for ISO-14755 shortcutQuentin Rameau1-0/+4
2016-10-18Add support for iso14755Quentin Rameau2-0/+29
2016-10-13Add missing device path to '-l' exampleKlemens Nanni1-4/+4
2016-09-14Add parsing of DCS q sequencesRoberto E. Vargas Caballero1-23/+45
2016-09-13Add support for enabling/disabling utfRoberto E. Vargas Caballero1-17/+62