ref: 019d6b8a896be56bded7abc0793c57864156585b
parent: 64ff17f5dde1251ff0d5fd4ab09b702c29d97178
author: mkf <mkf@cloud9p.org>
date: Thu Apr 25 03:43:11 EDT 2024
cli: fancier look for end of the lines
--- a/cli.c
+++ b/cli.c
@@ -10,7 +10,7 @@
#include "unix.h"
#include "engine.h"
-char *gface[2] = {"☺", "☺"}; /* glenda's face(es) */
+char *gface[2] = {"☹", "☺"}; /* glenda's face(es) */
void
drawlevel(void)
@@ -28,6 +28,7 @@
{
for(int i = 0 ; i < SzY+1 ; i++)
printf("----");
+ printf(x % 2 ? "\\" : "/");
printf("\n");
/* show column number and have a zig-zag effect */