Always display only 3 characters of key desc.

This commit is contained in:
Pecusx
2021-05-07 14:47:56 +02:00
parent bbb41ef3e7
commit a6862bad1c
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ extern int pauseg;
#define NPLGN 12
#define NLIGN 5
#define NLETT 3
#define NLETT 5
#define XSIDE (CROP_WIDTH/NPLGN -1)
#define YSIDE (CROP_HEIGHT/8 -1)