summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-25Move terminal-related selection logic into st.cDevin J. Pohly
2018-02-25Move X-specific selection info into XSelectionDevin J. Pohly
2018-02-25Have selected() check whether selection existsDevin J. Pohly
2018-02-25Rely on ttyresize to set tty sizeDevin J. Pohly
2018-02-25Remove X and fontconfig from st.cDevin J. Pohly
2018-02-25Remove Time argument from xsetselDevin J. Pohly
2018-02-25Make win variable internal to x.cDevin J. Pohly
2018-02-25Move X-related config.h types into x.cDevin J. Pohly
2018-02-25Remove unneeded array-length variablesDevin J. Pohly
2018-02-25Inline clipboard functionsDevin J. Pohly
2018-02-25Move config.h include from st.c to x.cDevin J. Pohly
2018-02-25Factor out equivalent code from ttyread/ttysendDevin J. Pohly
2018-02-25Move opt_* into same file as main()/run()Devin J. Pohly
2018-02-25Move key-matching functions into x.cDevin J. Pohly
2018-02-25Pass new dimensions into ttyresizeDevin J. Pohly
2018-02-25Move window-manipulating functions into x.cDevin J. Pohly
2018-02-25Move font/fontspec variables into x.c and XWindowDevin J. Pohly
2018-02-25Move window urgency handling entirely into x.cDevin J. Pohly
2018-02-25Move zoom functions into x.cDevin J. Pohly
2018-02-25Move usage() to be with run() in x.cDevin J. Pohly
2018-02-25Call xsetenv() in main process instead of childDevin J. Pohly
2018-02-05transparency explanation addedLuke
2018-01-30Merge pull request #1 from PhilipNelson5/patch-1Luke Smith
2018-01-21spellingPhilip Nelson
2018-01-21readme changesLuke
2018-01-19readme explains transparency installationLuke
2018-01-19fixed transparency patch addedLuke
2018-01-18redundant readme line removedLuke
2018-01-18alt-u & alt-d: up & down in history; readme updateLuke
2018-01-18fix of brainlet error, formatting fix tooLuke
2018-01-18formattingLuke
2018-01-18alt-j/k for scrolling up one line at a timeLuke
2018-01-18key bindings stated in READMELuke
2018-01-18readme now personalizedLuke
2018-01-17color toggle now Alt-Tab instead of F6Luke
2018-01-17mono default font, 14ptLuke
2017-12-26Fix color with FAINT attributeBenno Fünfstück
2017-12-26Apply ATTR_REVERSE after ATTR_FAINTBenno Fünfstück
2017-12-21Fix FAQ typoGeorge Ornbo
2017-10-10Fix manpage typoParide Legovini
2017-09-15Add an error for XftFontOpenPattern failure.Gary Allen Vollink
2017-09-15Revert "Revert "fixed STLDFLAG order in broken st Makefile""Hiltjo Posthuma
2017-09-15base64dec: skip non-printable characters like \r\nSuraj N. Kurapati
2017-09-13Revert "fixed STLDFLAG order in broken st Makefile"Hiltjo Posthuma
2017-09-02Revert "make clipboard patch obsolete"Hiltjo Posthuma
2017-09-01make clipboard patch obsoleteAnselm R Garbe
2017-07-23fixed STLDFLAG order in broken st MakefileAnselm R Garbe
2017-07-12Revert "Add bold off SGR"Quentin Rameau
2017-07-12Add dim/smxx/rmxx to terminfo, remove duplicate kich1Quentin Rameau
2017-07-12Let the user specify C and LD FLAGSQuentin Rameau