summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2021-02-17boxdraw everything exept brailleHEADmasterBenjamin Chausse
2019-05-08copy output of command with alt-oLuke Smith
2019-05-08Updated st to 0.8.2yusufaktepe
Updated to latest git (20190414.f1546cf) & updated patches. Changes: . Upstream fixes. . Alpha: Opacity value is now typed in float (0-1). Also "-A" cmd option added as alternative opacity changing method. . Clipboard: middle click pastes from clipboard. . Organized shortcuts.
2018-04-25Updated st 0.8.1. Used new patches, scrollblock and alpha fixed.Kornelije Sajler
Created run-patches.sh, runs all patches on clean st 0.8.1 code. All old patches remvoed, including trasparency diff. Not including solarized theme, don't see value of it. Commented colornames array with color indexs from 0-15, includes index 255, and afterwards bg, fg and cursor, change those for background, foreground and cursor color. Seems better than solarized toggle. Updated README.
2017-01-29Clean generated config.hShiva
2016-11-14tic -s -> tic -sx (Treat unknown capabilities as user-defined.)pl@ninthfloor.org
2015-03-16arg.h wasn't used for dist.Christoph Lohmann
2013-01-05Applying the changes to the docs; by Peter Hartman.Christoph Lohmann
2012-08-29Adding setb and setf and a comment about terminfo installation.Christoph Lohmann
2010-09-02fixed makefile.Aurélien Aptel
2010-09-02added manpage.Aurélien Aptel
2010-08-31toggle ATTR_REVERSE on selected text, factored some code and fixed Makefile.Aurélien Aptel
2010-08-30fix buildpancake
use config.def.h mechanism add SHELL in config.h
2010-08-30use predefined OS macro instead of uname.Aurélien Aptel
2010-08-28st now runs on Linux, OpenBSD and FreeBSD.Aurélien Aptel
2010-08-19fixed backspace problem, updated terminfo entry and moved TNAME in config.h.Aurélien Aptel
2010-07-24applied Devin J Pohly's st color info patches, thanks Devin!Anselm R Garbe
2009-06-16added/removed files, updated Makefile.Aurélien Aptel
2009-05-10backport of local changesAnselm R Garbe
2008-07-21simplify MakefileMatthias-Christian Ott
Due to consideration of POSIX compliance issues config.mk had to be removed. Configuration variables can be overridden by environment variables or specified via command line. Additionally all pretty-printed messages were removed and built-in rules are used. This also simplifies and purges the Makefile.
2008-07-04remove emallocz()Matthias-Christian Ott
2008-06-14make st and std separate programmesMatthias-Christian Ott
2008-06-10source utility functions out to util.cMatthias-Christian Ott
2008-06-01slight changesAnselm R Garbe
2008-05-20added some new files for the initial rewrite of st from scratchAnselm R Garbe