sites

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

commit b950887f792c9776d5b43d87b8b2169ec64b010c
parent 0c356d68e82ad8c8a8b4f693f254fedc5f7b8b83
Author: FRIGN <dev@frign.de>
Date:   Thu, 17 Sep 2015 14:54:31 +0200

More minor changes to patch-pages

Making things generally more consistent

Diffstat:
Mst.suckless.org/patches/boldcolor.md | 2+-
Mst.suckless.org/patches/clipboard.md | 2+-
Mst.suckless.org/patches/configwordbreak.md | 14+++++++-------
3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/st.suckless.org/patches/boldcolor.md b/st.suckless.org/patches/boldcolor.md @@ -13,7 +13,7 @@ font is available or defaultfg is a special color (> 255). Usage ----- -This is an example for a config.h set up with this patch: +config.h example: static const char *colorname[] = { // ... diff --git a/st.suckless.org/patches/clipboard.md b/st.suckless.org/patches/clipboard.md @@ -1,4 +1,4 @@ -# One clipboard +# clipboard ## Description diff --git a/st.suckless.org/patches/configwordbreak.md b/st.suckless.org/patches/configwordbreak.md @@ -4,14 +4,14 @@ configwordbreak Description ----------- -This is a patch to allow configuring which characters are used as -word boundaries for double click selection (instead of just ' '). +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 ----- -example config.h +config.h example: #define WORD_BREAK " ()<>[]\"" @@ -22,8 +22,8 @@ Download * [st-0.4.1-configwordbreak.diff](st-0.4.1-configwordbreak.diff) * [st-0.5-configwordbreak.diff](st-0.5-configwordbreak.diff) -Author ------- +Authors +------- - * Stephen Paul Weber - singpolyma - * FRIGN - dev@frign.de (st-0.4, st-0.4.1, st-0.5 ports) + * Stephen Paul Weber - singpolyma@singpolyma.net + * Laslo Hunhold - dev@frign.de (st-0.4, st-0.4.1, st-0.5 ports)