fix: make popup rendering deterministic

This commit is contained in:
2026-08-12 15:59:52 +09:00
parent 9c43bcb75c
commit 4120f90736
13 changed files with 698 additions and 86 deletions

7
popup_layout.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef STRANS_POPUP_LAYOUT_H
#define STRANS_POPUP_LAYOUT_H
int popupcells(Rune*, int);
void popupposition(Caret*, int, int, int, int, int, int, int*, int*);
#endif