summaryrefslogtreecommitdiffstats
path: root/MeterMode.h
blob: 98e6921ea108e80ec38a3d673c8ac665cdf46249 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef HEADER_MeterMode
#define HEADER_MeterMode
/*
htop - MeterMode.h
(C) 2024 htop dev team
Released under the GNU GPLv2+, see the COPYING file
in the source distribution for its full text.
*/


typedef enum {
   /* Meter mode 0 is reserved */
   BAR_METERMODE = 1,
   TEXT_METERMODE,
   GRAPH_METERMODE,
   LED_METERMODE,
   LAST_METERMODE
} MeterModeId;

#endif

© 2014-2024 Faster IT GmbH | imprint | privacy policy