see release notes at https://www.freelists.org/post/htop/htop300-releasedepel8
parent
e6ba1bc6d4
commit
f3f3971c02
@ -1,27 +0,0 @@
|
||||
--- CRT.h.orig 2020-02-04 17:18:44.505493387 -0500
|
||||
+++ CRT.h 2020-02-04 17:19:33.112820135 -0500
|
||||
@@ -140,7 +140,7 @@
|
||||
|
||||
extern int CRT_delay;
|
||||
|
||||
-int* CRT_colors;
|
||||
+extern int* CRT_colors;
|
||||
|
||||
extern int CRT_colorSchemes[LAST_COLORSCHEME][LAST_COLORELEMENT];
|
||||
|
||||
@@ -150,13 +150,13 @@
|
||||
|
||||
extern int CRT_scrollWheelVAmount;
|
||||
|
||||
-char* CRT_termType;
|
||||
+extern char* CRT_termType;
|
||||
|
||||
// TODO move color scheme to Settings, perhaps?
|
||||
|
||||
extern int CRT_colorScheme;
|
||||
|
||||
-void *backtraceArray[128];
|
||||
+extern void *backtraceArray[128];
|
||||
|
||||
#if HAVE_SETUID_ENABLED
|
||||
|
@ -1 +1 @@
|
||||
SHA512 (htop-2.2.0.tar.gz) = ec1335bf0e3e0387e5e50acbc508d0effad19c4bc1ac312419dc97b82901f4819600d6f87a91668f39d429536d17304d4b14634426a06bec2ecd09df24adc62e
|
||||
SHA512 (htop-3.0.0.tar.gz) = 36dc37b416b9917005007448fe73fdd6475a3f7f8442a083923d3f5dfb706d0f1731255522a99b67cc547b239acb1c68b144f8d600e243eeba160b2a43e8339a
|
||||
|
Loading…
Reference in new issue