Add mouse over tooltips for each color selection.

This commit is contained in:
2026-07-07 09:08:00 -06:00
parent 8466e70424
commit ae6d5ebeef
5 changed files with 153 additions and 1 deletions

View File

@@ -53,6 +53,7 @@ int pevt_build_string (const char *input, char **output, int *max_arg);
int pevent_load (char *filename);
void pevent_make_pntevts (void);
int text_color_of (char *name);
char *text_color_event_list (int color);
void text_emit (int index, session *sess, char *a, char *b, char *c, char *d,
time_t timestamp);
int text_emit_by_name (char *name, session *sess, time_t timestamp,