mirror of https://github.com/xzeldon/htop.git
Alignment tweak
This commit is contained in:
parent
9207401f97
commit
5ad3c11eaa
4
CRT.h
4
CRT.h
|
@ -9,9 +9,9 @@ in the source distribution for its full text.
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|
||||||
#define KEY_WHEELUP KEY_F(20)
|
#define KEY_WHEELUP KEY_F(20)
|
||||||
#define KEY_WHEELDOWN KEY_F(21)
|
#define KEY_WHEELDOWN KEY_F(21)
|
||||||
#define KEY_RECLICK KEY_F(22)
|
#define KEY_RECLICK KEY_F(22)
|
||||||
|
|
||||||
typedef enum TreeStr_ {
|
typedef enum TreeStr_ {
|
||||||
TREE_STR_HORZ,
|
TREE_STR_HORZ,
|
||||||
|
|
Loading…
Reference in New Issue