Add timestamp/date hover tooltips

This commit is contained in:
2026-05-25 14:49:30 -06:00
parent fb491a6bb2
commit 1eac56f22c
2 changed files with 49 additions and 1 deletions

View File

@@ -190,6 +190,8 @@ struct _GtkXText
textentry *hilight_ent;
int hilight_start;
int hilight_end;
time_t tooltip_stamp;
unsigned int tooltip_stamp_set:1;
guint16 fontwidth[128]; /* each char's width, only the ASCII ones */