diff options
| author | 2024-12-02 19:46:55 -0500 | |
|---|---|---|
| committer | 2024-12-02 19:46:55 -0500 | |
| commit | 61d2d6fd165ebfc3d3985e89000964e9b11c5157 (patch) | |
| tree | db50b4a265f85c2bef7b41f2810bf2faf0e02ba9 /src/fruits | |
| parent | 01ab651a6c4a7894eef972f5236996754b0967bb (diff) | |
| download | camu-61d2d6fd165ebfc3d3985e89000964e9b11c5157.tar.gz camu-61d2d6fd165ebfc3d3985e89000964e9b11c5157.tar.bz2 camu-61d2d6fd165ebfc3d3985e89000964e9b11c5157.zip | |
Explicitly track sink-side entry ended state
The server/list-side of this change is not done so there are likely bugs
in the set command logic. It works mostly fine for now though.
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'src/fruits')
| -rw-r--r-- | src/fruits/cmsrv/ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fruits/cmsrv/ui.c b/src/fruits/cmsrv/ui.c index e1e686f..7ae19d5 100644 --- a/src/fruits/cmsrv/ui.c +++ b/src/fruits/cmsrv/ui.c @@ -3,7 +3,7 @@ #include "ui.h" -#define LOG_RATIO 2.1 +#define LOG_RATIO 1.5 static s32 resize_cb(struct ncplane *p) { |