Skip to content

Commit

Permalink
Alignment tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomg committed Sep 12, 2020
1 parent 9207401 commit 5ad3c11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CRT.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ in the source distribution for its full text.

#include <stdbool.h>

#define KEY_WHEELUP KEY_F(20)
#define KEY_WHEELUP KEY_F(20)
#define KEY_WHEELDOWN KEY_F(21)
#define KEY_RECLICK KEY_F(22)
#define KEY_RECLICK KEY_F(22)

typedef enum TreeStr_ {
TREE_STR_HORZ,
Expand Down

0 comments on commit 5ad3c11

Please sign in to comment.