mirror of https://github.com/xzeldon/htop.git
parent
e2ccc7b240
commit
f295a52ed9
2
CRT.c
2
CRT.c
|
@ -125,7 +125,7 @@ void CRT_fatalError(const char* note) __attribute__ ((noreturn));
|
||||||
|
|
||||||
void CRT_handleSIGSEGV(int sgn);
|
void CRT_handleSIGSEGV(int sgn);
|
||||||
|
|
||||||
#define KEY_ALT(x) KEY_F(60) + (x - 'A')
|
#define KEY_ALT(x) KEY_F(64) + (x - 'A')
|
||||||
|
|
||||||
}*/
|
}*/
|
||||||
|
|
||||||
|
|
2
CRT.h
2
CRT.h
|
@ -115,7 +115,7 @@ void CRT_fatalError(const char* note) __attribute__ ((noreturn));
|
||||||
|
|
||||||
void CRT_handleSIGSEGV(int sgn);
|
void CRT_handleSIGSEGV(int sgn);
|
||||||
|
|
||||||
#define KEY_ALT(x) KEY_F(60) + (x - 'A')
|
#define KEY_ALT(x) KEY_F(64) + (x - 'A')
|
||||||
|
|
||||||
|
|
||||||
extern const char *CRT_treeStrAscii[TREE_STR_COUNT];
|
extern const char *CRT_treeStrAscii[TREE_STR_COUNT];
|
||||||
|
|
Loading…
Reference in New Issue