From a9fb17dab1d4ade74d776faec3f4cf0ecb348bfe Mon Sep 17 00:00:00 2001
From: mazmazz <mar.marcoz@outlook.com>
Date: Sat, 22 Dec 2018 22:40:58 -0500
Subject: [PATCH] Revert "Extend HU_FONTSTART to STCFN022 (from 2.2)"

This reverts commit 6400729034495e4c857cda456322337990a3015e.
---
 src/hu_stuff.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/hu_stuff.h b/src/hu_stuff.h
index b1d3918281..179e33e118 100644
--- a/src/hu_stuff.h
+++ b/src/hu_stuff.h
@@ -21,7 +21,7 @@
 //------------------------------------
 //           heads up font
 //------------------------------------
-#define HU_FONTSTART '\x16' // the first font character
+#define HU_FONTSTART '\x1F' // the first font character
 #define HU_FONTEND '~'
 
 #define HU_FONTSIZE (HU_FONTEND - HU_FONTSTART + 1)
-- 
GitLab