[wiki] [sites] dwm: AnsiStatusColors: Fix duplicate apostrophes || Tobias Markus

From: <git_AT_suckless.org>
Date: Sat, 14 Nov 2015 23:22:30 +0100

commit c8ac5d9138a20a2135685d8fb656c66a3ef84223
Author: Tobias Markus <tobias_AT_miglix.eu>
Date: Sat Nov 14 23:05:21 2015 +0100

    dwm: AnsiStatusColors: Fix duplicate apostrophes
    
    AnsiStatusColors contains some duplicate apostrophes.

diff --git a/dwm.suckless.org/patches/ansistatuscolors.md b/dwm.suckless.org/patches/ansistatuscolors.md
index 24b64c3..52aad97 100644
--- a/dwm.suckless.org/patches/ansistatuscolors.md
+++ b/dwm.suckless.org/patches/ansistatuscolors.md
_AT_@ -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 ##
 
_AT_@ -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/)
 
_AT_@ -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
Received on Sat Nov 14 2015 - 23:22:30 CET

This archive was generated by hypermail 2.3.0 : Sat Nov 14 2015 - 23:24:11 CET