sites

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

commit cd81ba1cd9ef3d3bf1e70efa58e72baa048cfb41
parent 719c52d98bbb925bb279a316857c8489a2ad0648
Author: Laslo Hunhold <dev@frign.de>
Date:   Thu,  6 Aug 2020 23:28:53 +0200

Replace multiplication-sign with an x in the farbfeld table

It shifted the monospace-representation and broke the rendering of
the table-borders.

Signed-off-by: Laslo Hunhold <dev@frign.de>

Diffstat:
Mtools.suckless.org/farbfeld/index.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools.suckless.org/farbfeld/index.md b/tools.suckless.org/farbfeld/index.md @@ -12,7 +12,7 @@ It has the following format: ╟────────┼─────────────────────────────────────────────────────────╢ ║ 4 │ 32-Bit BE unsigned integer (height) ║ ╟────────┼─────────────────────────────────────────────────────────╢ - ║ [2222] │ 4⋅16-Bit BE unsigned integers [RGBA] / pixel, row-major ║ + ║ [2222] │ 4x16-Bit BE unsigned integers [RGBA] / pixel, row-major ║ ╚════════╧═════════════════════════════════════════════════════════╝ The RGB-data should be sRGB for best interoperability and not