summaryrefslogtreecommitdiff
path: root/st.h
AgeCommit message (Collapse)Author
2020-06-30use st-scrollback-mouse-altscreen-20190131-e23acb9Dennis Lee
2020-06-13Fix wide glyphs truncationDreomite
2020-05-13Added OSC patch and changes xsetcolorname for live reloading pywal colors ↵Tristan Simas
while keeping transparency
2020-05-05boxdraw addedLuke Smith
2019-05-17Add interval timer to XIM updatesJoseph Benden
Signed-off-by: Joseph Benden <joe@benden.us>
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-12-13ctrl-l chooses urls with xurls and dmenuLuke Smith
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.
2009-06-16added/removed files, updated Makefile.Aurélien Aptel
2009-06-11added sigchld handler, cleaned error checking.Aurélien Aptel
2009-05-14handle tabulation (still not perfect)Aurélien Aptel
2009-05-14removed the truecolor stuffAurélien Aptel
2009-05-10backport of local changesAnselm R Garbe