entry ending box should tick
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit

This commit is contained in:
IoIxD 2026-07-21 00:15:33 -07:00
commit 2c19489acd
3 changed files with 78 additions and 31 deletions

View file

@ -117,6 +117,7 @@ struct _MwWidget {
int top_step;
MwWidget* draw_queue;
MwWidget* resize_queue;
MwWidget* monitored_entries;
int berserk;
long last_tick;
@ -138,6 +139,8 @@ struct _MwEntry {
int cursor;
int right;
int length;
int active;
int cursor_blink_timer;
MwPoint mouse;
};