diff options
author | Sam Bingner <sam@bingner.com> | 2018-08-03 15:03:49 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2018-08-03 15:03:49 -1000 |
commit | bd1eb51da0d3f250793e1868d73babdf495c921f (patch) | |
tree | 8072cdb6f69e729e1decd6a8538f3fb4491979cb /data/htop/extern.diff | |
parent | eaf1dcfa630f57838c91af829fd1bea3467daece (diff) |
Add htop
Diffstat (limited to 'data/htop/extern.diff')
-rw-r--r-- | data/htop/extern.diff | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/data/htop/extern.diff b/data/htop/extern.diff new file mode 100644 index 000000000..5a62ad093 --- /dev/null +++ b/data/htop/extern.diff @@ -0,0 +1,28 @@ +diff -ur htop-2.2.0/CRT.h htop-2.2.0+iPhone/CRT.h +--- htop-2.2.0/CRT.h 2018-04-10 03:23:24.000000000 -1000 ++++ htop-2.2.0+iPhone/CRT.h 2018-08-03 13:45:18.000000000 -1000 +@@ -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 + |