From 826f51aba1239a796917ed1db087dba7d3906295 Mon Sep 17 00:00:00 2001 From: sorgelig Date: Mon, 19 Apr 2021 23:45:07 +0800 Subject: [PATCH] menu: adjust subpage mark. --- menu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu.cpp b/menu.cpp index ae78db4..6a69110 100644 --- a/menu.cpp +++ b/menu.cpp @@ -1654,7 +1654,7 @@ void HandleUI(void) int len = strlen(s); while (len < 27) s[len++] = ' '; - s[27] = 17; + s[27] = 0x16; s[28] = 0; }