Improve color tooltip design

This commit is contained in:
2026-07-08 00:58:34 -06:00
parent d0034cd112
commit 2caec91a0f
4 changed files with 138 additions and 73 deletions

View File

@@ -53,7 +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);
char **text_color_event_names (int color, int *count);
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,