commit 4583fce43795a7ffbe383bfa2795afcb6bf8f36b parent b950887f792c9776d5b43d87b8b2169ec64b010c Author: FRIGN <dev@frign.de> Date: Thu, 17 Sep 2015 15:02:35 +0200 Rename st configwordbreak to wordbreak The name is long enough already... Diffstat:
6 files changed, 29 insertions(+), 29 deletions(-)
diff --git a/st.suckless.org/patches/configwordbreak.md b/st.suckless.org/patches/configwordbreak.md @@ -1,29 +0,0 @@ -configwordbreak -=============== - -Description ------------ - -This is a patch allowing to configure which characters are used as -word boundaries for double click selections (instead of just ' '). -This feature is already implemented in all versions later than 0.5. - -Usage ------ - -config.h example: - - #define WORD_BREAK " ()<>[]\"" - -Download --------- -* [st-0.3-configwordbreak.diff](st-0.3-configwordbreak.diff) -* [st-0.4-configwordbreak.diff](st-0.4-configwordbreak.diff) -* [st-0.4.1-configwordbreak.diff](st-0.4.1-configwordbreak.diff) -* [st-0.5-configwordbreak.diff](st-0.5-configwordbreak.diff) - -Authors -------- - - * Stephen Paul Weber - singpolyma@singpolyma.net - * Laslo Hunhold - dev@frign.de (st-0.4, st-0.4.1, st-0.5 ports) diff --git a/st.suckless.org/patches/st-0.3-configwordbreak.diff b/st.suckless.org/patches/st-0.3-wordbreak.diff diff --git a/st.suckless.org/patches/st-0.4-configwordbreak.diff b/st.suckless.org/patches/st-0.4-wordbreak.diff diff --git a/st.suckless.org/patches/st-0.4.1-configwordbreak.diff b/st.suckless.org/patches/st-0.4.1-wordbreak.diff diff --git a/st.suckless.org/patches/st-0.5-configwordbreak.diff b/st.suckless.org/patches/st-0.5-wordbreak.diff diff --git a/st.suckless.org/patches/wordbreak.md b/st.suckless.org/patches/wordbreak.md @@ -0,0 +1,29 @@ +wordbreak +========= + +Description +----------- + +This patch allows you to configure which characters are used as +word boundaries for double click selections (instead of just ' '). +This feature is already implemented in all versions later than 0.5. + +Usage +----- + +config.h example: + + #define WORD_BREAK " ()<>[]\"" + +Download +-------- +* [st-0.3-wordbreak.diff](st-0.3-wordbreak.diff) +* [st-0.4-wordbreak.diff](st-0.4-wordbreak.diff) +* [st-0.4.1-wordbreak.diff](st-0.4.1-wordbreak.diff) +* [st-0.5-wordbreak.diff](st-0.5-wordbreak.diff) + +Authors +------- + + * Stephen Paul Weber - singpolyma@singpolyma.net + * Laslo Hunhold - dev@frign.de (st-0.4, st-0.4.1, st-0.5 ports)