aboutsummaryrefslogtreecommitdiff
path: root/sysutils/htop/files/patch-CRT.c
blob: ec47e1db5eb64d92eada11bcd4c74d2af9dd6ae2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- CRT.c.orig	2016-03-07 21:32:06 UTC
+++ CRT.c
@@ -125,7 +125,7 @@ void CRT_fatalError(const char* note) __
 
 void CRT_handleSIGSEGV(int sgn);
 
-#define KEY_ALT(x) KEY_F(60) + (x - 'A')
+#define KEY_ALT(x) (KEY_F(64 - 26) + (x - 'A'))
 
 }*/