From 1b225cd7a0af03a6349c48326118a287fc36acd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Thu, 10 Sep 2020 19:56:33 +0200 Subject: Show CPU temperature in CPU meter Show the CPU temperature in the CPU meter, like CPU frequency, instead of using an extra Meter. --- CRT.h | 1 + 1 file changed, 1 insertion(+) (limited to 'CRT.h') diff --git a/CRT.h b/CRT.h index 00fa0657..df77f1e8 100644 --- a/CRT.h +++ b/CRT.h @@ -129,6 +129,7 @@ void CRT_handleSIGSEGV(int signal) ATTR_NORETURN; #define KEY_RECLICK KEY_F(22) #define KEY_ALT(x) (KEY_F(64 - 26) + ((x) - 'A')) +extern const char* CRT_degreeSign; #ifdef HAVE_LIBNCURSESW -- cgit v1.2.3