计算 bar 高度

This commit is contained in:
2025-11-14 05:39:04 +08:00
parent 99389a763d
commit a2e40bf63a
7 changed files with 123 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
#include <stdint.h>
static const char *const tags[] = {
"1", "2", "3", "4", "5", "6", "7", "8", "9", nullptr,
};
static const uint32_t bar_y_padding = 1;