From 0ad3d4eddfb0c260791dc3a6383f3a1047c972ab Mon Sep 17 00:00:00 2001 From: Kornelije Sajler Date: Wed, 25 Apr 2018 22:15:11 +0200 Subject: Updated st 0.8.1. Used new patches, scrollblock and alpha fixed. 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. --- run-patches.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 run-patches.sh (limited to 'run-patches.sh') diff --git a/run-patches.sh b/run-patches.sh new file mode 100755 index 0000000..48047e1 --- /dev/null +++ b/run-patches.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +patch < patches/st-clipboard-20180309-c5ba9c0.diff +patch < patches/st-no_bold_colors-0.8.1.diff +patch < patches/st-scrollback-0.8.diff +patch < patches/st-scrollback-mouse-0.8.diff +patch < patches/st-vertcenter-20180320-6ac8c8a.diff +patch < patches/st-alpha-0.8.1.diff -- cgit v1.2.3