[wiki] [sites] Replace multiplication-sign with an x in the farbfeld table || Laslo Hunhold

From: <git_AT_suckless.org>
Date: Thu, 06 Aug 2020 23:29:13 +0200

commit cd81ba1cd9ef3d3bf1e70efa58e72baa048cfb41
Author: Laslo Hunhold <dev_AT_frign.de>
Date: Thu Aug 6 23:28:53 2020 +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_AT_frign.de>

diff --git a/tools.suckless.org/farbfeld/index.md b/tools.suckless.org/farbfeld/index.md
index 9ba4f3b6..641cefab 100644
--- a/tools.suckless.org/farbfeld/index.md
+++ b/tools.suckless.org/farbfeld/index.md
_AT_@ -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
Received on Thu Aug 06 2020 - 23:29:13 CEST

This archive was generated by hypermail 2.3.0 : Thu Aug 06 2020 - 23:36:45 CEST