mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-14 13:04:35 +03:00
Updates for new version of the MakeHeader.py script.
This commit is contained in:
15
CRT.c
15
CRT.c
@ -96,24 +96,15 @@ typedef enum ColorElements_ {
|
||||
LAST_COLORELEMENT
|
||||
} ColorElements;
|
||||
|
||||
extern int CRT_delay;
|
||||
|
||||
extern int CRT_colors[LAST_COLORELEMENT];
|
||||
|
||||
extern int CRT_colorScheme;
|
||||
|
||||
}*/
|
||||
|
||||
// TODO: centralize these in Settings.
|
||||
|
||||
/* private property */
|
||||
int CRT_delay;
|
||||
int CRT_delay = 0;
|
||||
|
||||
/* private property */
|
||||
int CRT_colorScheme;
|
||||
int CRT_colorScheme = 0;
|
||||
|
||||
/* private property */
|
||||
int CRT_colors[LAST_COLORELEMENT];
|
||||
int CRT_colors[LAST_COLORELEMENT] = { 0 };
|
||||
|
||||
// TODO: pass an instance of Settings instead.
|
||||
|
||||
|
Reference in New Issue
Block a user