wm: glendy

Download patch

ref: aa4928184b0abb5230457149bb4fcb1761ab9bfa
parent: 0c01f247e31b2cc808392f32ae00691dedad9796
author: mkf <mkf@hp.lan>
date: Fri Apr 19 17:38:45 EDT 2024

srv: same fix

--- a/srv.c
+++ b/srv.c
@@ -191,7 +191,7 @@
 		printf("\n");
 
 		/* show column number and have a zig-zag effect */
-		printf("%2d%s |", x, x % 2 ? "" : "| ");
+		printf("%2d%s |", x, x % 2 ? "  " : "");
 
 		for(int y = 0; y < SzY; y++)
 		{