sites

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

commit e0cd58cd92dc5135c498509dfa482af7e96b7875
parent 49f25e0108c5b0c565c17f96525ddbfc08bb7fbb
Author: Josuah Demangeon <mail@josuah.net>
Date:   Sun,  6 Jan 2019 14:51:24 +0100

convert HTML "&lt"; to a plain '<'

Diffstat:
Mdwm.suckless.org/customisation/tagmask/index.md | 6+++---
Mdwm.suckless.org/patches/alpha/index.md | 6+++---
Mdwm.suckless.org/patches/alwaysfullscreen/index.md | 4++--
Mdwm.suckless.org/patches/focusonnetactive/index.md | 2+-
Mdwm.suckless.org/patches/historical/ansistatuscolors/index.md | 2+-
Mst.suckless.org/patches/palettes/index.md | 2+-
Mst.suckless.org/patches/scrollback/index.md | 16++++++++--------
Mst.suckless.org/patches/solarized/index.md | 14+++++++-------
8 files changed, 26 insertions(+), 26 deletions(-)

diff --git a/dwm.suckless.org/customisation/tagmask/index.md b/dwm.suckless.org/customisation/tagmask/index.md @@ -76,7 +76,7 @@ It means that the current tagmask should be selected for this window: if more than one tag are currently visible, all the currently visible tags are going to be associated to that window. -What does tagmask 1 &lt;&lt; 8 mean? +What does tagmask 1 << 8 mean? ------------------------------------ 1 shifted to the left by eight positions generates mask 100000000, selecting tag '9' (ninth from the right) in the the tags array. @@ -87,8 +87,8 @@ Complement of 0 is all 1's. This indicates all tags should be selected. The tag mask in rules is then filtered using the TAGMASK macro to adapt the mask to just the available tags. -What does (1 &lt;&lt; 8) - 1 mean? +What does (1 << 8) - 1 mean? ---------------------------------- -1 &lt;&lt; 8 selects tag '9' only (100000000). Subtracting 1 to that bitmask +1 << 8 selects tag '9' only (100000000). Subtracting 1 to that bitmask transforms all the 0's to the right of that tagmask into 1's (011111111), effectively selecting all tags except '9'. diff --git a/dwm.suckless.org/patches/alpha/index.md b/dwm.suckless.org/patches/alpha/index.md @@ -15,6 +15,6 @@ Download Authors ------- -* Eon S. Jeon - &lt;esjeon@hyunmu.am> -* Laslo Hunhold - &lt;dev@frign.de> (6.1 port) -* Thomas Oltmann - &lt;thomas.oltmann.hhg@gmail.com> (20180613-b69c870 port) +* Eon S. Jeon - <esjeon@hyunmu.am> +* Laslo Hunhold - <dev@frign.de> (6.1 port) +* Thomas Oltmann - <thomas.oltmann.hhg@gmail.com> (20180613-b69c870 port) diff --git a/dwm.suckless.org/patches/alwaysfullscreen/index.md b/dwm.suckless.org/patches/alwaysfullscreen/index.md @@ -13,5 +13,5 @@ Download Authors ------- -* Chris Down - &lt;chris@chrisdown.name> -* Laslo Hunhold - &lt;dev@frign.de> (6.1, git ports) +* Chris Down - <chris@chrisdown.name> +* Laslo Hunhold - <dev@frign.de> (6.1, git ports) diff --git a/dwm.suckless.org/patches/focusonnetactive/index.md b/dwm.suckless.org/patches/focusonnetactive/index.md @@ -25,4 +25,4 @@ Download Author ------ -* [Danny O'Brien](http://www.spesh.com/danny/) &lt;danny@spesh.com> +* [Danny O'Brien](http://www.spesh.com/danny/) <danny@spesh.com> diff --git a/dwm.suckless.org/patches/historical/ansistatuscolors/index.md b/dwm.suckless.org/patches/historical/ansistatuscolors/index.md @@ -99,4 +99,4 @@ Download Author ------ -* Brandon Dowell &lt;brandon DOT dowell AT gmail> +* Brandon Dowell <brandon DOT dowell AT gmail> diff --git a/st.suckless.org/patches/palettes/index.md b/st.suckless.org/patches/palettes/index.md @@ -35,4 +35,4 @@ Download Authors ------- -* Tonton Couillon - &lt;la dot luge at free dot fr> +* Tonton Couillon - <la dot luge at free dot fr> diff --git a/st.suckless.org/patches/scrollback/index.md b/st.suckless.org/patches/scrollback/index.md @@ -34,13 +34,13 @@ Notes Authors ------- -* Jochen Sprickerhof - &lt;st@jochen.sprickerhof.de> -* M Farkas-Dyck - &lt;strake888@gmail.com> -* Ivan Tham - &lt;pickfire@riseup.net> (mouse scrolling) -* Ori Bernstein - &lt;ori@eigenstate.org> (fix memory bug) -* Matthias Schoth - &lt;mschoth@gmail.com> (auto altscreen scrolling) -* Laslo Hunhold - &lt;dev@frign.de> (unscrambling, git port) -* Paride Legovini - &lt;pl@ninthfloor.org> (don't require the Shift modifier +* Jochen Sprickerhof - <st@jochen.sprickerhof.de> +* M Farkas-Dyck - <strake888@gmail.com> +* Ivan Tham - <pickfire@riseup.net> (mouse scrolling) +* Ori Bernstein - <ori@eigenstate.org> (fix memory bug) +* Matthias Schoth - <mschoth@gmail.com> (auto altscreen scrolling) +* Laslo Hunhold - <dev@frign.de> (unscrambling, git port) +* Paride Legovini - <pl@ninthfloor.org> (don't require the Shift modifier when using the auto altscreen scrolling) -* Lorenzo Bracco - &lt;devtry@riseup.net> (update base patch, use static +* Lorenzo Bracco - <devtry@riseup.net> (update base patch, use static variable for config) diff --git a/st.suckless.org/patches/solarized/index.md b/st.suckless.org/patches/solarized/index.md @@ -57,10 +57,10 @@ or the dark color scheme: Authors ------- -* Nils Reuße - &lt;nilsreusse@gmail.com> -* Laslo Hunhold - &lt;dev@frign.de> (0.5, 0.6, git ports) -* Ryan Roden-Corrent - &lt;ryan@rcorre.net> (both) -* Marcel Krüger - &lt;zauguin@gmail.com> (older git ports) -* Harry Gindi - &lt;harry.gindi@live.com> (git ports for light, dark, and swap versions) -* Matthew Parnell - &lt;matt@parnmatt.co.uk> (0.7 port) -* Linh Nguyen - &lt;linhvng.2212@gmail.com> (0.8.1 port for no\_bold\_colors and swap versions) +* Nils Reuße - <nilsreusse@gmail.com> +* Laslo Hunhold - <dev@frign.de> (0.5, 0.6, git ports) +* Ryan Roden-Corrent - <ryan@rcorre.net> (both) +* Marcel Krüger - <zauguin@gmail.com> (older git ports) +* Harry Gindi - <harry.gindi@live.com> (git ports for light, dark, and swap versions) +* Matthew Parnell - <matt@parnmatt.co.uk> (0.7 port) +* Linh Nguyen - <linhvng.2212@gmail.com> (0.8.1 port for no\_bold\_colors and swap versions)