diff options
| author | Tristan Riehs <tristan.riehs@inria.fr> | 2026-08-04 23:59:01 +0200 |
|---|---|---|
| committer | Tristan Riehs <tristan.riehs@inria.fr> | 2026-08-04 23:59:01 +0200 |
| commit | e588343d89bb219497ff3056bffe5759dbb98436 (patch) | |
| tree | 130e028d9bb312c82ee8f88d26f1cf7d96b57780 | |
| parent | a74ad85d75a4d43d51c42d03be4c2b53d63784cf (diff) | |
| -rw-r--r-- | src/calculer.c | 2 | ||||
| -rw-r--r-- | src/ray.c | 2 | ||||
| -rw-r--r-- | src/tui.c | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/src/calculer.c b/src/calculer.c index 2abd68a..d6f7bcf 100644 --- a/src/calculer.c +++ b/src/calculer.c @@ -9,6 +9,8 @@ #include "disp.h" +/* TODO: add Belote mode */ + static int lower = 0; static int upper = 100; @@ -14,6 +14,8 @@ #define MAX_FONTSIZE 100 +/* TODO: make the display scale better with window size */ + static struct calc_data calcs[CALC_COUNT] = {0}; static int current_idx = 0; @@ -7,6 +7,8 @@ #include "calc_data.h" #include "input.h" +/* TODO: fix the TUI display */ + static struct calc_data calcs[CALC_COUNT] = {0}; static int current_idx = 0; static WINDOW *win; |
