sites

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

commit 32138efbc1679d357b5b5413b8e009f8ff04b409
parent 241d5c56980b81b263c3f3edac76e0954af44362
Author: FRIGN <dev@frign.de>
Date:   Mon, 23 Nov 2015 00:06:08 +0100

Remove ego-text

Diffstat:
Mst.suckless.org/patches/spoiler.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/st.suckless.org/patches/spoiler.md b/st.suckless.org/patches/spoiler.md @@ -10,7 +10,7 @@ The background/foreground of selected text is currently set by setting ATTR_REVERSE, which flips its normal bg/fg. When the text being selected has the same bg and fg, it won't be readable after selecting it, either. -My main use case is black-on-black text used to mark 'spoilers'. +The main use case is black-on-black text used to mark 'spoilers'. This patch allows that text to be read by selecting it, turning it into text with white bg and black fg (given default values for defaultbg/fg),