sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit a61bd581c667e97b2e01b710abca93ccc9fdc8a4
parent 0a543443bf0958bf70f4c9a31f744d99805e3a44
Author: FRIGN <dev@frign.de>
Date:   Mon, 20 Jun 2016 09:41:43 +0200

st-patches: Also reflect the namechange in the markdown files

Diffstat:
Mst.suckless.org/patches/alpha.md | 2+-
Mst.suckless.org/patches/clipboard.md | 2+-
Mst.suckless.org/patches/copyurl.md | 2+-
Mst.suckless.org/patches/delkey.md | 2+-
Mst.suckless.org/patches/externalpipe.md | 2+-
Mst.suckless.org/patches/hidecursor.md | 2+-
Mst.suckless.org/patches/openbsd.md | 2+-
Mst.suckless.org/patches/scrollback.md | 6+++---
Mst.suckless.org/patches/solarized.md | 6+++---
Mst.suckless.org/patches/spoiler.md | 2+-
Mst.suckless.org/patches/visualbell.md | 2+-
11 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/st.suckless.org/patches/alpha.md b/st.suckless.org/patches/alpha.md @@ -17,7 +17,7 @@ make this patch effective. * [st-alpha-0.4.1.diff](st-alpha-0.4.1.diff) * [st-alpha-0.5.diff](st-alpha-0.5.diff) * [st-alpha-0.6.diff](st-alpha-0.6.diff) - * [st-alpha-git-20160617-528241aa.diff](st-alpha-git-20160617-528241aa.diff) + * [st-alpha-git-20160620-528241a.diff](st-alpha-git-20160620-528241a.diff) ## Authors ## * Eon S. Jeon - esjeon@hyunmu.am diff --git a/st.suckless.org/patches/clipboard.md b/st.suckless.org/patches/clipboard.md @@ -13,7 +13,7 @@ CLIPBOARD. ## Download * [st-clipboard-0.6.diff](st-clipboard-0.6.diff) -* [st-clipboard-git-20160617-528241aa.diff](st-clipboard-git-20160617-528241aa.diff) +* [st-clipboard-git-20160620-528241a.diff](st-clipboard-git-20160620-528241a.diff) ## Authors diff --git a/st.suckless.org/patches/copyurl.md b/st.suckless.org/patches/copyurl.md @@ -17,7 +17,7 @@ Download -------- * [st-copyurl-0.6.diff](st-copyurl-0.6.diff) - * [st-copyurl-git-20160617-528241aa.diff](st-copyurl-git-20160617-528241aa.diff) + * [st-copyurl-git-20160620-528241a.diff](st-copyurl-git-20160620-528241a.diff) Authors ------- diff --git a/st.suckless.org/patches/delkey.md b/st.suckless.org/patches/delkey.md @@ -10,7 +10,7 @@ Download -------- * [st-delkey-0.6.diff](st-delkey-0.6.diff) - * [st-delkey-git-20160617-528241aa.diff](st-delkey-git-20160617-528241aa.diff) + * [st-delkey-git-20160620-528241a.diff](st-delkey-git-20160620-528241a.diff) Authors ------- diff --git a/st.suckless.org/patches/externalpipe.md b/st.suckless.org/patches/externalpipe.md @@ -27,7 +27,7 @@ Download * [st-externalpipe-0.4.1.diff](st-externalpipe-0.4.1.diff) * [st-externalpipe-0.5.diff](st-externalpipe-0.5.diff) * [st-externalpipe-0.6.diff](st-externalpipe-0.6.diff) -* [st-externalpipe-git-20160617-528241aa.diff](st-externalpipe-git-20160617-528241aa.diff) +* [st-externalpipe-git-20160620-528241a.diff](st-externalpipe-git-20160620-528241a.diff) Authors ------- diff --git a/st.suckless.org/patches/hidecursor.md b/st.suckless.org/patches/hidecursor.md @@ -12,7 +12,7 @@ Download * [st-hidecursor-0.5.diff](st-hidecursor-0.5.diff) * [st-hidecursor-0.6.diff](st-hidecursor-0.6.diff) -* [st-hidecursor-git-20160617-528241aa.diff](st-hidecursor-git-20160617-528241aa.diff) +* [st-hidecursor-git-20160620-528241a.diff](st-hidecursor-git-20160620-528241a.diff) Authors ------- diff --git a/st.suckless.org/patches/openbsd.md b/st.suckless.org/patches/openbsd.md @@ -27,7 +27,7 @@ More information on this issue can be found in this Download -------- -* [st-openbsd-git-20160617-528241aa.diff](st-openbsd-git-20160617-528241aa.diff) +* [st-openbsd-git-20160620-528241a.diff](st-openbsd-git-20160620-528241a.diff) Authors diff --git a/st.suckless.org/patches/scrollback.md b/st.suckless.org/patches/scrollback.md @@ -9,12 +9,12 @@ Scroll back through terminal output using Shift+{PageUp, PageDown}. Download -------- -* [st-scrollback-git-20160617-528241aa.diff](st-scrollback-git-20160617-528241aa.diff) +* [st-scrollback-git-20160620-528241a.diff](st-scrollback-git-20160620-528241a.diff) Apply the following patch on top of the previous to allow scrolling using `Shift+MouseWheel`. -* [st-scrollback-mouse-git-20160617-528241aa.diff](st-scrollback-mouse-git-20160617-528241aa.diff) +* [st-scrollback-mouse-git-20160620-528241a.diff](st-scrollback-mouse-git-20160620-528241a.diff) Apply the following patch on top of the previous two to allow scrollback using mouse wheel only when not in `MODE_ALTSCREEN`. eg. The content is being @@ -22,7 +22,7 @@ scrolled instead of the scrollback buffer in `less`. Consequently the Shift modifier for scrolling is not needed anymore. **Note: It might break other mkeys excluding scrolling functions.** -* [st-scrollback-mouse-altscreen-git-20160617-528241aa.diff](st-scrollback-mouse-altscreen-git-20160617-528241aa.diff) +* [st-scrollback-mouse-altscreen-git-20160620-528241a.diff](st-scrollback-mouse-altscreen-git-20160620-528241a.diff) Authors ------- diff --git a/st.suckless.org/patches/solarized.md b/st.suckless.org/patches/solarized.md @@ -34,7 +34,7 @@ to disable lighting up bold colors. * [st-no_bold_colors-0.5.diff](st-no_bold_colors-0.5.diff) * [st-no_bold_colors-0.6.diff](st-no_bold_colors-0.6.diff) - * [st-no_bold_colors-git-20160617-528241aa.diff](st-no_bold_colors-git-20160617-528241aa.diff) + * [st-no_bold_colors-git-20160620-528241a.diff](st-no_bold_colors-git-20160620-528241a.diff) Choose one of the following patches to get either the light or the dark color scheme: @@ -43,13 +43,13 @@ or the dark color scheme: * [st-solarized-light-0.5.diff](st-solarized-light-0.5.diff) * [st-solarized-light-0.6.diff](st-solarized-light-0.6.diff) - * [st-solarized-light-git-20160617-528241aa.diff](st-solarized-light-git-20160617-528241aa.diff) + * [st-solarized-light-git-20160620-528241a.diff](st-solarized-light-git-20160620-528241a.diff) *Dark*: * [st-solarized-dark-0.5.diff](st-solarized-dark-0.5.diff) * [st-solarized-dark-0.6.diff](st-solarized-dark-0.6.diff) - * [st-solarized-dark-git-20160617-528241aa.diff](st-solarized-dark-git-20160617-528241aa.diff) + * [st-solarized-dark-git-20160620-528241a.diff](st-solarized-dark-git-20160620-528241a.diff) Authors ------- diff --git a/st.suckless.org/patches/spoiler.md b/st.suckless.org/patches/spoiler.md @@ -20,7 +20,7 @@ Download -------- * [st-spoiler-0.6.diff](st-spoiler-0.6.diff) - * [st-spoiler-git-20160617-528241aa.diff](st-spoiler-git-20160617-528241aa.diff) + * [st-spoiler-git-20160620-528241a.diff](st-spoiler-git-20160620-528241a.diff) Author ------ diff --git a/st.suckless.org/patches/visualbell.md b/st.suckless.org/patches/visualbell.md @@ -16,7 +16,7 @@ monitor. Download -------- - * [st-visualbell-git-20160617-528241aa.diff](st-visualbell-git-20160617-528241aa.diff) + * [st-visualbell-git-20160620-528241a.diff](st-visualbell-git-20160620-528241a.diff) Authors -------