sites

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

commit c8ac5d9138a20a2135685d8fb656c66a3ef84223
parent 43e2a56027e55c571e0fa43467ba779b573f1570
Author: Tobias Markus <tobias@miglix.eu>
Date:   Sat, 14 Nov 2015 23:05:21 +0100

dwm: AnsiStatusColors: Fix duplicate apostrophes

AnsiStatusColors contains some duplicate apostrophes.

Diffstat:
Mdwm.suckless.org/patches/ansistatuscolors.md | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dwm.suckless.org/patches/ansistatuscolors.md b/dwm.suckless.org/patches/ansistatuscolors.md @@ -2,7 +2,7 @@ ## Description ## -Lets you put colored text in your status bar, but you don''t have define them in your config.h. Instead, just put the ansi escape sequence in the output of your status bar script to print in color, as you would in a terminal. +Lets you put colored text in your status bar, but you don't have define them in your config.h. Instead, just put the ansi escape sequence in the output of your status bar script to print in color, as you would in a terminal. ## Configuration ## @@ -14,7 +14,7 @@ apply it to dwm.c like so: ## Usage ## -Just like you''d use them for colorizing a shell script. +Just like you'd use them for colorizing a shell script. more info is here: [http://www.frexx.de/xterm-256-notes/](http://www.frexx.de/xterm-256-notes/) @@ -55,8 +55,8 @@ the code is one of the following: 16-231 - xterm 256-color rgb color 232-255 - grayscale -in vim, to create a literal 'escape' character, type ctrl-v, esc. -in perl/python/c, within a string literal, it''s "\x1b". +in vim, to create a literal 'escape' character, type ctrl-v, esc. +in perl/python/c, within a string literal, it's "\x1b". ### Example ### #!/usr/bin/env python