Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-25 | Updated 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. | |||
2016-02-21 | arg.h: fixed argv checks order | Lucas Gabriel Vuotto | |
This prevents accessing to a potentially out-of-bounds memory section. Signed-off-by: Lucas Gabriel Vuotto <l.vuotto92@gmail.com> Signed-off-by: Christoph Lohmann <20h@r-36.net> | |||
2015-11-08 | arg.h: remove unused macros | Quentin Rameau | |
ARGUM isn't used and ARGNUMF uses estrtol() that isn't defined anywhere. Those were probably copied from sbase arg.h. Signed-off-by: Christoph Lohmann <20h@r-36.net> | |||
2013-12-18 | Update arg.h from sbase | Roberto E. Vargas Caballero | |
sbase did some interesting modifications to arg.h (basically it was fixed an incorrect use of the _ namespace), and this commit take this last version for st. | |||
2013-04-03 | Adopting arg.h with more flexible cmd handling. | Christoph Lohmann | |